OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_show_bubble
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.h
56
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
) {
99
can_show_bubble_ =
can_show_bubble
;
zoom_controller_unittest.cc
28
lhs.
can_show_bubble
== rhs.
can_show_bubble
;
104
true /*
can_show_bubble
*/);
114
true /*
can_show_bubble
*/);
zoom_controller_browsertest.cc
31
lhs.
can_show_bubble
== rhs.
can_show_bubble
;
zoom_controller.cc
114
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/
browser_window.h
125
// |
can_show_bubble
| is true when a user presses the zoom up or down keyboard
128
virtual void ZoomChangedForActiveTab(bool
can_show_bubble
) = 0;
browser.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h
99
// 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/browser/ui/cocoa/
browser_window_cocoa.h
69
virtual void ZoomChangedForActiveTab(bool
can_show_bubble
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h
159
void ZoomChangedForActiveTab(bool
can_show_bubble
);
location_bar_view.cc
420
void LocationBarView::ZoomChangedForActiveTab(bool
can_show_bubble
) {
428
if (
can_show_bubble
&& zoom_view_->visible() && web_contents)
[
all
...]
/external/chromium_org/chrome/test/base/
test_browser_window.h
57
virtual void ZoomChangedForActiveTab(bool
can_show_bubble
) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h
275
virtual void ZoomChangedForActiveTab(bool
can_show_bubble
) OVERRIDE;
browser_view.cc
829
void BrowserView::ZoomChangedForActiveTab(bool
can_show_bubble
) {
831
can_show_bubble
&& !toolbar_->IsWrenchMenuShowing());
[
all
...]
Completed in 357 milliseconds