OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtensionInstalledBubbleGtk
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h
33
class
ExtensionInstalledBubbleGtk
36
public base::RefCountedThreadSafe<
ExtensionInstalledBubbleGtk
> {
54
friend class base::RefCountedThreadSafe<
ExtensionInstalledBubbleGtk
>;
57
ExtensionInstalledBubbleGtk
(const Extension* extension, Browser *browser,
60
virtual ~
ExtensionInstalledBubbleGtk
();
78
ExtensionInstalledBubbleGtk
* toolbar);
95
DISALLOW_COPY_AND_ASSIGN(
ExtensionInstalledBubbleGtk
);
extension_installed_bubble_gtk.cc
57
ExtensionInstalledBubbleGtk
::Show(extension, browser, icon);
62
void
ExtensionInstalledBubbleGtk
::Show(const Extension* extension,
65
new
ExtensionInstalledBubbleGtk
(extension, browser, icon);
68
ExtensionInstalledBubbleGtk
::
ExtensionInstalledBubbleGtk
(
98
ExtensionInstalledBubbleGtk
::~
ExtensionInstalledBubbleGtk
() {}
100
void
ExtensionInstalledBubbleGtk
::Observe(NotificationType type,
108
&
ExtensionInstalledBubbleGtk
::ShowInternal));
120
void
ExtensionInstalledBubbleGtk
::ShowInternal()
[
all
...]
Completed in 151 milliseconds