Searched refs:ExtensionInstalledBubble (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.h31 class ExtensionInstalledBubble class in inherits:BubbleDelegate,NotificationObserver,base::RefCountedThreadSafe
34 public base::RefCountedThreadSafe<ExtensionInstalledBubble> {
44 // Creates the ExtensionInstalledBubble and schedules it to be shown once
52 friend class base::RefCountedThreadSafe<ExtensionInstalledBubble>;
55 ExtensionInstalledBubble(
58 virtual ~ExtensionInstalledBubble();
83 DISALLOW_COPY_AND_ASSIGN(ExtensionInstalledBubble);
H A Dextension_installed_bubble.cc72 ExtensionInstalledBubble::Show(extension, browser, icon);
78 // ExtensionInstalledBubble. It displays the install icon and explanatory
84 ExtensionInstalledBubble::BubbleType type,
111 if (type_ == ExtensionInstalledBubble::PAGE_ACTION) {
120 if (type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
172 if (type_ == ExtensionInstalledBubble::PAGE_ACTION ||
173 type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
198 if (type_ == ExtensionInstalledBubble::PAGE_ACTION ||
199 type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
226 ExtensionInstalledBubble
242 ExtensionInstalledBubble::ExtensionInstalledBubble(const Extension* extension, function in class:ExtensionInstalledBubble
[all...]

Completed in 35 milliseconds