HomeSort by relevance Sort by last modified time
    Searched refs:Bubble (Results 26 - 30 of 30) sorted by null

12

  /external/chromium/chrome/browser/chromeos/login/
screen_locker.h 79 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
90 // Close message bubble to clear error messages.
100 // After that shows error bubble with |message|.
104 // Disables all UI needed and shows error bubble with |message|.
153 // Shows error_info_ bubble with the |message| and |arrow_location| specified.
208 // the message bubble's gdk_window so that close button works.
219 // An info bubble to display login failure message.
screen_locker.cc 312 // an event. This is necessary to allow message bubble and password
584 // wait to compute offset until the info bubble widget's location
863 void ScreenLocker::BubbleClosing(Bubble* bubble, bool closed_by_escape) {
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 122 // We want to show the bubble on mouse release; that is the standard behavior
135 // Prerender does not have a bubble.
150 bubble_ = Bubble::Show(GetWidget(), screen_bounds, BubbleBorder::TOP_RIGHT,
220 void ContentSettingImageView::BubbleClosing(Bubble* bubble,
  /external/chromium/chrome/browser/ui/views/
first_run_bubble.cc 32 // How much extra padding to put around our content over what the Bubble
36 // How much extra padding to put around our content over what the Bubble
37 // provides in alternative OEM bubble.
50 // first run bubble. It is a dialog-ish view, but is not a true dialog.
465 // No buttons in minimal bubble to register focus changes.
477 FirstRunBubble* bubble = new FirstRunBubble(); local
482 view = new FirstRunOEMBubbleView(bubble, profile);
485 view = new FirstRunBubbleView(bubble, profile);
488 view = new FirstRunMinimalBubbleView(bubble, profile);
493 bubble->set_view(view)
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 571 Bubble* bubble = Bubble::Show(this, bounds, BubbleBorder::TOP_LEFT, local
573 page_info_bubble->set_bubble(bubble);
    [all...]

Completed in 3676 milliseconds

12