OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FirstRunBubble
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
first_run_bubble.h
13
class
FirstRunBubble
: public views::BubbleDelegateView,
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
);
first_run_bubble.cc
29
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)
85
FirstRunBubble
::~
FirstRunBubble
() {
88
void
FirstRunBubble
::LinkClicked(views::Link* source, int event_flags)
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
first_run_bubble.h
19
class
FirstRunBubble
: public 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
);
first_run_bubble.cc
29
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,
86
FirstRunBubble
::~
FirstRunBubble
() {
89
void
FirstRunBubble
::HandleDestroy(GtkWidget* sender) {
93
void
FirstRunBubble
::HandleChangeLink(GtkWidget* sender) {
/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
...]
/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
...]
Completed in 52 milliseconds