Searched refs:FirstRunBubble (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dfirst_run_bubble.h17 class FirstRunBubble : public Bubble, class in inherits:Bubble,BubbleDelegate
20 static FirstRunBubble* Show(Profile* profile, views::Widget* parent,
26 FirstRunBubble();
27 virtual ~FirstRunBubble();
47 ScopedRunnableMethodFactory<FirstRunBubble> enable_window_method_factory_;
49 // The view inside the FirstRunBubble.
52 DISALLOW_COPY_AND_ASSIGN(FirstRunBubble);
H A Dfirst_run_bubble.cc55 // Called by FirstRunBubble::Show to request focus for the proper button
64 FirstRunBubbleView(FirstRunBubble* bubble_window, Profile* profile);
80 FirstRunBubble* bubble_window_;
91 FirstRunBubbleView::FirstRunBubbleView(FirstRunBubble* bubble_window,
230 FirstRunOEMBubbleView(FirstRunBubble* bubble_window, Profile* profile);
246 FirstRunBubble* bubble_window_;
256 FirstRunOEMBubbleView::FirstRunOEMBubbleView(FirstRunBubble* bubble_window,
379 FirstRunMinimalBubbleView(FirstRunBubble* bubble_window, Profile* profile);
396 FirstRunBubble* bubble_window_;
405 FirstRunBubble* bubble_windo
501 FirstRunBubble::FirstRunBubble() function in class:FirstRunBubble
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_bubble.h25 class FirstRunBubble : public InfoBubbleGtkDelegate, class in inherits:InfoBubbleGtkDelegate,NotificationObserver
46 FirstRunBubble(Profile* profile,
50 virtual ~FirstRunBubble();
61 CHROMEGTK_CALLBACK_0(FirstRunBubble, void, HandleDestroy);
62 CHROMEGTK_CALLBACK_0(FirstRunBubble, void, HandleKeepButton);
63 CHROMEGTK_CALLBACK_0(FirstRunBubble, void, HandleChangeButton);
87 DISALLOW_COPY_AND_ASSIGN(FirstRunBubble);
H A Dfirst_run_bubble.cc39 void FirstRunBubble::Show(Profile* profile,
43 new FirstRunBubble(profile, anchor, rect, bubble_type);
46 void FirstRunBubble::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
51 bool FirstRunBubble::CloseOnEscape() {
55 void FirstRunBubble::Observe(NotificationType type,
73 FirstRunBubble::FirstRunBubble(Profile* profile, function in class:FirstRunBubble
125 FirstRunBubble::~FirstRunBubble() {
128 void FirstRunBubble
[all...]
H A Dlocation_bar_view_gtk.cc1027 FirstRunBubble::Show(profile_, location_icon_image_, bounds, bubble_type);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc980 FirstRunBubble::Show(profile_, GetWidget(), gfx::Rect(origin, gfx::Size()),

Completed in 84 milliseconds