HomeSort by relevance Sort by last modified time
    Searched refs:FirstRunBubble (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/views/
first_run_bubble.h 17 class FirstRunBubble : public Bubble,
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);
first_run_bubble.cc 55 // 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_window
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.h 25 class FirstRunBubble : public InfoBubbleGtkDelegate,
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);
first_run_bubble.cc 39 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,
125 FirstRunBubble::~FirstRunBubble() {
128 void FirstRunBubble::InitializeContentForLarge()
    [all...]
location_bar_view_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]

Completed in 46 milliseconds