Searched refs:can_show_bubble (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller.h56 bool can_show_bubble)
61 can_show_bubble(can_show_bubble) {}
66 bool can_show_bubble; member in struct:ZoomController::ZoomChangedEventData
98 void SetShowsNotificationBubble(bool can_show_bubble) { argument
99 can_show_bubble_ = can_show_bubble;
52 ZoomChangedEventData(content::WebContents* web_contents, double old_zoom_level, double new_zoom_level, ZoomController::ZoomMode zoom_mode, bool can_show_bubble) argument
H A Dzoom_controller_unittest.cc28 lhs.can_show_bubble == rhs.can_show_bubble;
104 true /* can_show_bubble */);
114 true /* can_show_bubble */);
H A Dzoom_controller_browsertest.cc31 lhs.can_show_bubble == rhs.can_show_bubble;
H A Dzoom_controller.cc114 false /* can_show_bubble */);
130 false /* can_show_bubble */));
279 bool can_show_bubble = can_show_bubble_ && !host.empty(); local
286 zoom_change_data.can_show_bubble = can_show_bubble;
294 web_contents(), zoom_level, zoom_level, zoom_mode_, can_show_bubble); local
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h125 // |can_show_bubble| is true when a user presses the zoom up or down keyboard
128 virtual void ZoomChangedForActiveTab(bool can_show_bubble) = 0;
H A Dbrowser.cc1903 window_->ZoomChangedForActiveTab(data.can_show_bubble &&
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h69 virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_view_mac.h99 // Happens when the zoom changes for the active tab. |can_show_bubble| is
102 // Additionally, |can_show_bubble| will only be true when the bubble wouldn't
104 void ZoomChangedForActiveTab(bool can_show_bubble);
/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.h57 virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h159 void ZoomChangedForActiveTab(bool can_show_bubble);
H A Dlocation_bar_view.cc420 void LocationBarView::ZoomChangedForActiveTab(bool can_show_bubble) { argument
428 if (can_show_bubble && zoom_view_->visible() && web_contents)
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h275 virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE;
H A Dbrowser_view.cc829 void BrowserView::ZoomChangedForActiveTab(bool can_show_bubble) { argument
831 can_show_bubble && !toolbar_->IsWrenchMenuShowing());

Completed in 271 milliseconds