OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThemeInstallBubbleViewGtk
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.h
16
class
ThemeInstallBubbleViewGtk
: public NotificationObserver {
26
explicit
ThemeInstallBubbleViewGtk
(GtkWidget* parent);
28
virtual ~
ThemeInstallBubbleViewGtk
();
39
CHROMEGTK_CALLBACK_0(
ThemeInstallBubbleViewGtk
, gboolean, OnUnmapEvent);
43
CHROMEGTK_CALLBACK_1(
ThemeInstallBubbleViewGtk
, gboolean,
57
static
ThemeInstallBubbleViewGtk
* instance_;
59
DISALLOW_COPY_AND_ASSIGN(
ThemeInstallBubbleViewGtk
);
theme_install_bubble_view_gtk.cc
25
ThemeInstallBubbleViewGtk
*
ThemeInstallBubbleViewGtk
::instance_ = NULL;
27
//
ThemeInstallBubbleViewGtk
, public -------------------------------------------
30
void
ThemeInstallBubbleViewGtk
::Show(GtkWindow* parent) {
34
instance_ = new
ThemeInstallBubbleViewGtk
(GTK_WIDGET(parent));
37
void
ThemeInstallBubbleViewGtk
::Observe(NotificationType type,
44
//
ThemeInstallBubbleViewGtk
, private ------------------------------------------
46
ThemeInstallBubbleViewGtk
::
ThemeInstallBubbleViewGtk
(GtkWidget* parent)
79
ThemeInstallBubbleViewGtk
::~ThemeInstallBubbleViewGtk()
[
all
...]
browser_window_gtk.cc
[
all
...]
Completed in 218 milliseconds