HomeSort by relevance Sort by last modified time
    Searched refs:bubble (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium/chrome/browser/chromeos/login/
views_login_display.h 62 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) {
74 // Pointer to shown message bubble. We don't need to delete it because
75 // it will be deleted on bubble closing.
eula_view.h 118 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) {
144 // Pointer to shown message bubble. We don't need to delete it because
145 // it will be deleted on bubble closing.
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.
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.h 89 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) {
135 // Notification bubble for 3G promo.
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 11 #include "chrome/browser/ui/views/bubble/bubble.h"
17 class Bubble;
52 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) OVERRIDE;
67 // The currently shown info bubble if any.
68 Bubble* bubble_;
star_view.cc 49 // We want to show the bubble on mouse release; that is the standard behavior
68 void StarView::BubbleClosing(Bubble* bubble, bool closed_by_escape) {
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...]
browser_bubble_gtk.cc 9 #include "chrome/browser/ui/views/bubble/border_contents.h"
25 explicit BubbleWidget(BrowserBubble* bubble)
27 bubble_(bubble),
browser_bubble_win.cc 7 #include "chrome/browser/ui/views/bubble/border_contents.h"
8 #include "chrome/browser/ui/views/bubble/border_widget_win.h"
16 explicit BubbleWidget(BrowserBubble* bubble)
17 : bubble_(bubble),
116 // We make the BorderWidgetWin the owner of the Bubble HWND, so that the
fullscreen_exit_bubble.cc 30 FullscreenExitView(FullscreenExitBubble* bubble,
44 // Clickable hint text to show in the bubble.
51 FullscreenExitBubble* bubble,
62 link_.SetController(bubble);
238 // Allow the bubble to hide if the window is deactivated or our initial delay
page_info_bubble_view.cc 11 #include "chrome/browser/ui/views/bubble/bubble.h"
40 // The duration of the animation that resizes the bubble once the async
85 Bubble* PageInfoBubbleView::bubble_ = NULL;
213 void PageInfoBubbleView::BubbleClosing(Bubble* bubble, bool closed_by_escape) {
231 // We want to make sure the info bubble closes once the link is activated. So
356 // Find where to point the bubble at.
371 // Show the bubble. If the bubble already exist - it will be closed first
374 Bubble* bubble = local
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 18 #include "chrome/browser/ui/views/bubble/bubble.h"
47 // Minimum width for the fields - they will push out the size of the bubble if
49 // of the bubble far enough so that the edit button's left edge is to the right
53 // Bubble close image.
97 Bubble* bubble = Bubble::Show( local
100 // |bubble_| can be set to NULL in BubbleClosing when we close the bubble
102 // window loses activation while we are getting to ready to show the bubble,
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 40 // The Bubble uses a BubbleBorder which adds about 6 pixels of whitespace
147 void set_bubble(Bubble* bubble) { bubble_ = bubble; }
219 // title text and bubble arrow.
223 // The Bubble showing us.
224 Bubble* bubble_;
263 // to wait on showing the Bubble until not only the EXTENSION_LOADED gets
316 // install bubble to the chevron instead. If this is an incognito window,
356 Bubble* bubble = Bubble::Show(browser_view->GetWidget(), bounds local
    [all...]
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.cc 17 #include "chrome/browser/ui/views/bubble/bubble.h"
46 // TODO(glotov): remove this in favor of enabling Bubble class act
109 // Calculate position of the bubble.
112 // Note that (x, y) is the point of the center of the bubble.
116 bubble_ = Bubble::ShowFocusless(widget, // parent
161 void SettingLevelBubble::BubbleClosing(Bubble* bubble, bool) {
162 DCHECK(bubble == bubble_);
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 39 // When showing the bubble for a new browser action, we may have to wait for
45 // Padding between content and edge of info bubble.
88 // to wait on showing the Bubble until not only the EXTENSION_LOADED gets
268 // Reverse the arrow for omnibox keywords, since the bubble will be on the
292 ExtensionInstalledBubbleGtk* bubble) {
293 if (button == bubble->close_button_->widget()) {
294 bubble->info_bubble_->Close();
313 // We need to allow the info bubble to close and remove the widgets from
extension_popup_gtk.cc 115 // want to put the arrow at the upper-right corner of the bubble to match the
141 void ExtensionPopupGtk::InfoBubbleClosing(InfoBubbleGtk* bubble,
167 // This object will delete itself when the info bubble is closed.
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 57 InfoBubbleGtk* bubble = new InfoBubbleGtk(provider, match_system_theme); local
58 bubble->Init(anchor_widget, rect, content, arrow_location, grab_input);
59 bubble->set_delegate(delegate);
60 return bubble;
95 // If there is a current grab widget (menu, other info bubble, etc.), hide it.
116 // Attach all of the accelerators to the bubble.
426 // Forward the accelerator to root window the bubble is anchored
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.h 9 #include "chrome/browser/ui/views/bubble/bubble_border.h"
20 // Bubble is used to display an arbitrary view above all other windows.
21 // Think of Bubble as a tooltip that allows you to embed an arbitrary view
22 // in the tooltip. Additionally the Bubble renders an arrow pointing at
23 // the region the info bubble is providing the information about.
25 // To use an Bubble, invoke Show() and it'll take care of the rest. The Bubble
33 class Bubble;
49 // Called when the Bubble is closing and is about to be deleted.
52 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) = 0
    [all...]
  /external/webkit/Source/WebCore/css/
view-source.css 127 .webkit-html-message-bubble {
  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 171 bubble( rule_set, num_associated_rules );
811 * We use bubble because there probably
814 bubble( sns, numstates );
850 bubble( sns, numstates );
872 * match in the event of ties will work. We use a bubble
876 bubble( accset, nacc );
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 12 #include "chrome/browser/ui/views/bubble/bubble.h"
266 // Returns the screen rectangle to use as the info bubble's target.
271 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
277 Bubble* bubble_;
314 void SpeechInputBubbleImpl::BubbleClosing(Bubble* bubble,
341 bubble_ = Bubble::Show(toplevel_widget->GetWidget(),
348 // destroy the bubble immediately instead of waiting for the fade animatio
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 690 .console-message .bubble {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 88 // In order to keep the popup bubble from shrinking as your search narrows the

Completed in 657 milliseconds

12 3