Home
last modified time | relevance | path

Searched refs:Bubble (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble.cc36 const SkColor Bubble::kBackgroundColor =
40 const SkColor Bubble::kBackgroundColor = SK_ColorWHITE;
52 Bubble* Bubble::Show(views::Widget* parent, in Show()
57 Bubble* bubble = new Bubble; in Show()
65 Bubble* Bubble::ShowFocusless( in ShowFocusless()
72 Bubble* bubble = new Bubble(views::WidgetGtk::TYPE_POPUP, in ShowFocusless()
80 void Bubble::Close() { in Close()
92 void Bubble::AnimationEnded(const ui::Animation* animation) { in AnimationEnded()
105 void Bubble::AnimationProgressed(const ui::Animation* animation) { in AnimationProgressed()
122 Bubble::Bubble() in Bubble() function in Bubble
[all …]
Dbubble.h33 class Bubble; variable
52 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) = 0;
72 class Bubble
94 static Bubble* Show(views::Widget* parent,
106 static Bubble* ShowFocusless(views::Widget* parent,
136 Bubble();
138 Bubble(views::WidgetGtk::Type type, bool show_while_screen_is_locked);
140 virtual ~Bubble();
214 DISALLOW_COPY_AND_ASSIGN(Bubble);
/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.h36 void set_bubble(Bubble* bubble) { bubble_ = bubble; } in set_bubble()
45 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
62 static Bubble* bubble_;
Dcontent_setting_bubble_contents.h27 class Bubble; variable
49 void set_bubble(Bubble* bubble) { bubble_ = bubble; } in set_bubble()
88 Bubble* bubble_;
Dfirst_run_bubble.h17 class FirstRunBubble : public Bubble,
40 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
Dpage_info_bubble_view.cc85 Bubble* PageInfoBubbleView::bubble_ = NULL;
213 void PageInfoBubbleView::BubbleClosing(Bubble* bubble, bool closed_by_escape) { in BubbleClosing()
374 Bubble* bubble = in ShowPageInfoBubble()
375 Bubble::Show(browser_view->GetWidget(), bounds, in ShowPageInfoBubble()
Dpinned_contents_info_bubble.h40 class PinnedContentsInfoBubble : public Bubble {
/external/chromium/chrome/browser/ui/views/location_bar/
Dcontent_setting_image_view.h17 class Bubble; variable
52 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) OVERRIDE;
68 Bubble* bubble_;
Dstar_view.h13 class Bubble; variable
38 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) OVERRIDE;
Dcontent_setting_image_view.cc150 bubble_ = Bubble::Show(GetWidget(), screen_bounds, BubbleBorder::TOP_RIGHT, in OnMouseReleased()
220 void ContentSettingImageView::BubbleClosing(Bubble* bubble, in BubbleClosing()
Dstar_view.cc68 void StarView::BubbleClosing(Bubble* bubble, bool closed_by_escape) { in BubbleClosing()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bubble_view.h52 void set_bubble(Bubble* bubble) { bubble_ = bubble; } in set_bubble()
90 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
111 Bubble* bubble_;
Dbookmark_bubble_view.cc97 Bubble* bubble = Bubble::Show( in Show()
185 Bubble::kBackgroundColor); in Init()
320 void BookmarkBubbleView::BubbleClosing(Bubble* bubble, in BubbleClosing()
355 static_cast<Bubble*>(GetWidget())->Close(); in Close()
/external/chromium/chrome/browser/chromeos/
Dsetting_level_bubble.h56 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
75 Bubble* bubble_;
Dsetting_level_bubble.cc116 bubble_ = Bubble::ShowFocusless(widget, // parent in ShowBubble()
161 void SettingLevelBubble::BubbleClosing(Bubble* bubble, bool) { in BubbleClosing()
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_installed_bubble.cc147 void set_bubble(Bubble* bubble) { bubble_ = bubble; } in set_bubble()
224 Bubble* bubble_;
356 Bubble* bubble = Bubble::Show(browser_view->GetWidget(), bounds, in ShowInternal()
362 void ExtensionInstalledBubble::BubbleClosing(Bubble* bubble, in BubbleClosing()
Dextension_installed_bubble.h69 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_views.cc271 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
277 Bubble* bubble_;
314 void SpeechInputBubbleImpl::BubbleClosing(Bubble* bubble, in BubbleClosing()
341 bubble_ = Bubble::Show(toplevel_widget->GetWidget(), in Show()
/external/chromium/chrome/browser/chromeos/login/
Dmessage_bubble.cc30 : Bubble(type, false), // don't show while screen is locked in MessageBubble()
155 Bubble::Close(); in Close()
Dnetwork_screen.h65 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) { in BubbleClosing()
Dviews_login_display.h62 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) { in BubbleClosing()
Dmessage_bubble.h32 class MessageBubble : public Bubble,
Dscreen_locker.h79 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
/external/llvm/test/Transforms/GVN/
Dload-pre-licm.ll7 define void @Bubble() nounwind noinline {
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu_button.h89 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) { in BubbleClosing()

12