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

/external/chromium_org/chrome/browser/ui/gtk/
H A Dfirst_run_bubble.h19 class FirstRunBubble : public BubbleDelegateGtk { class in inherits:BubbleDelegateGtk
29 FirstRunBubble(Browser* browser, GtkWidget* anchor, const gfx::Rect& rect);
30 virtual ~FirstRunBubble();
32 CHROMEGTK_CALLBACK_0(FirstRunBubble, void, HandleDestroy);
33 CHROMEGTK_CALLBACK_0(FirstRunBubble, void, HandleChangeLink);
38 DISALLOW_COPY_AND_ASSIGN(FirstRunBubble);
H A Dfirst_run_bubble.cc29 void FirstRunBubble::Show(Browser* browser,
34 new FirstRunBubble(browser, anchor, rect);
37 void FirstRunBubble::BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) {
41 FirstRunBubble::FirstRunBubble(Browser* browser, function in class:FirstRunBubble
86 FirstRunBubble::~FirstRunBubble() {
89 void FirstRunBubble::HandleDestroy(GtkWidget* sender) {
93 void FirstRunBubble::HandleChangeLink(GtkWidget* sender) {
H A Dlocation_bar_view_gtk.cc1442 FirstRunBubble::Show(browser_, location_icon_image_, bounds);
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_bubble.h13 class FirstRunBubble : public views::BubbleDelegateView, class in inherits:views::BubbleDelegateView,views::LinkListener
17 static FirstRunBubble* ShowBubble(Browser* browser, views::View* anchor_view);
24 FirstRunBubble(Browser* browser, views::View* anchor_view);
25 virtual ~FirstRunBubble();
32 DISALLOW_COPY_AND_ASSIGN(FirstRunBubble);
H A Dfirst_run_bubble.cc29 FirstRunBubble* FirstRunBubble::ShowBubble(Browser* browser,
33 FirstRunBubble* delegate = new FirstRunBubble(browser, anchor_view);
39 void FirstRunBubble::Init() {
77 FirstRunBubble::FirstRunBubble(Browser* browser, views::View* anchor_view) function in class:FirstRunBubble
85 FirstRunBubble::~FirstRunBubble() {
88 void FirstRunBubble
[all...]
H A Dfirst_run_bubble_unittest.cc54 FirstRunBubble* delegate =
55 FirstRunBubble::ShowBubble(NULL, anchor_widget->GetContentsView());
/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()),
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1574 FirstRunBubble::ShowBubble(browser, GetLocationBarAnchor());

Completed in 691 milliseconds