HomeSort by relevance Sort by last modified time
    Searched defs:bubble (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 7 #include "chrome/browser/ui/views/bubble/bubble_border.h"
27 true, // Don't move the bubble around if it does not fit on the screen.
30 // Now move the y position to make sure the bubble contents overlap the view.
34 // Bubble -----------------------------------------------------------------
44 PinnedContentsInfoBubble* bubble = local
46 bubble->InitBubble(parent, position_relative_to, arrow_location,
48 return bubble;
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...]
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/cocoa/
base_bubble_controller.h 16 // Base class for bubble controllers. Manages a xib that contains an
18 // the bubble window on clicks outside of the window, and the like.
38 @property(nonatomic, readonly) InfoBubbleView* bubble; variable
40 // Creates a bubble. |nibPath| is just the basename, e.g. @"FirstRunBubble".
42 // bubble visible. It will autorelease itself when the user dismisses the
43 // bubble.
50 // Creates a bubble. |nibPath| is just the basename, e.g. @"FirstRunBubble".
51 // |view| must be in a window. The bubble will point at |offset| relative to
53 // bubble visible. It will autorelease itself when the user dismisses the
54 // bubble
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_bubble_host.cc 15 // Do safe iteration in case the bubble winds up closing as a result of this
19 BubbleSet::iterator bubble = i++; local
20 (*bubble)->BrowserWindowMoved();
24 void BrowserBubbleHost::AttachBrowserBubble(BrowserBubble* bubble) {
25 DCHECK(browser_bubbles_.find(bubble) == browser_bubbles_.end()) <<
27 browser_bubbles_.insert(bubble);
30 void BrowserBubbleHost::DetachBrowserBubble(BrowserBubble* bubble) {
31 BubbleSet::iterator it = browser_bubbles_.find(bubble);
39 // BrowserWindowClosing will usually cause the bubble to remove itself from
43 BubbleSet::iterator bubble = i++ local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 30 : Bubble(type, false), // don't show while screen is locked
114 // The bubble will be destroyed when it is closed.
115 MessageBubble* bubble = new MessageBubble( local
117 bubble->InitBubble(parent, position_relative_to, arrow_location,
118 bubble->text_->parent(), delegate);
119 return bubble;
131 // The bubble will be destroyed when it is closed.
132 MessageBubble* bubble = new MessageBubble( local
134 bubble->InitBubble(parent, position_relative_to, arrow_location,
135 bubble->text_->parent(), delegate)
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 44 SpeechInputBubble* bubble = SpeechInputBubble::Create(tab_contents, this, local
46 if (!bubble) // could be null if tab or display rect were invalid.
49 bubbles_[caller_id] = bubble;
97 // At least one other bubble exists for the same TabContents. So don't
149 // The bubble may have been closed before we got a chance to process this
162 SpeechInputBubble* bubble = bubbles_[caller_id]; local
165 bubble->SetWarmUpMode();
168 bubble->SetRecordingMode();
171 bubble->SetRecognizingMode();
174 bubble->SetMessage(text)
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 5 #include "chrome/browser/ui/views/bubble/bubble.h"
9 #include "chrome/browser/ui/views/bubble/border_contents.h"
26 #include "chrome/browser/ui/views/bubble/border_widget_win.h"
34 // Background color of the bubble.
36 const SkColor Bubble::kBackgroundColor =
40 const SkColor Bubble::kBackgroundColor = SK_ColorWHITE;
49 // Bubble -----------------------------------------------------------------
52 Bubble* Bubble::Show(views::Widget* parent
57 Bubble* bubble = new Bubble; local
72 Bubble* bubble = new Bubble(views::WidgetGtk::TYPE_POPUP, local
    [all...]
  /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/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/webkit/Tools/android/flex-2.5.4a/
misc.c 129 /* bubble - bubble sort an integer array in increasing order
133 * void bubble( v, n );
144 void bubble( v, n ) function
  /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 545 milliseconds