HomeSort by relevance Sort by last modified time
    Searched defs:can_show_bubble (Results 1 - 2 of 2) 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.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

Completed in 445 milliseconds