Searched defs:ExtensionWelcomeNotification (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification.h36 // ExtensionWelcomeNotification is a keyed service which manages showing and
44 class ExtensionWelcomeNotification : public KeyedService, class in inherits:KeyedService,PrefServiceSyncableObserver
67 virtual ~ExtensionWelcomeNotification();
71 // Creates an ExtensionWelcomeNotification with the default delegate.
72 static ExtensionWelcomeNotification* Create(Profile* const profile);
74 // Creates an ExtensionWelcomeNotification with the specified delegate.
75 static ExtensionWelcomeNotification* Create(Profile* const profile,
91 ExtensionWelcomeNotification(
93 ExtensionWelcomeNotification::Delegate* const delegate);
154 scoped_ptr<base::OneShotTimer<ExtensionWelcomeNotification> >
[all...]
H A Dextension_welcome_notification.cc29 const int ExtensionWelcomeNotification::kRequestedShowTimeDays = 14;
30 const char ExtensionWelcomeNotification::kChromeNowExtensionID[] =
42 ExtensionWelcomeNotification::Delegate* delegate)
109 // Weak ref owned by ExtensionWelcomeNotification.
110 ExtensionWelcomeNotification::Delegate* const delegate_;
115 class DefaultDelegate : public ExtensionWelcomeNotification::Delegate {
139 ExtensionWelcomeNotification::ExtensionWelcomeNotification( function in class:ExtensionWelcomeNotification
141 ExtensionWelcomeNotification::Delegate* const delegate)
150 &ExtensionWelcomeNotification
[all...]

Completed in 453 milliseconds