~osomon/oxide/fix-crash-popup-menu

« back to all changes in this revision

Viewing changes to qt/core/browser/oxide_qt_web_view.h

  • Committer: Chris Coulson
  • Date: 2015-04-16 23:11:37 UTC
  • Revision ID: chris.coulson@canonical.com-20150416231137-gu15fh6rj1xwnjh2
Tags: BRANCH_1_7
Add LocationBarController.show(), LocationBarController.hide() and LocationBarController.animated

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
  int locationBarContentOffsetPix() override;
267
267
  LocationBarMode locationBarMode() const override;
268
268
  void setLocationBarMode(LocationBarMode mode) override;
 
269
  bool locationBarAnimated() const override;
 
270
  void setLocationBarAnimated(bool animated) override;
 
271
  void locationBarShow(bool animate) override;
 
272
  void locationBarHide(bool animate) override;
269
273
 
270
274
  WebViewProxyClient* client_;
271
275