Searched refs:ExtensionWelcomeNotification (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification.cc29 const int ExtensionWelcomeNotification::kRequestedShowTimeDays = 14;
40 ExtensionWelcomeNotification::Delegate* delegate)
107 // Weak ref owned by ExtensionWelcomeNotification.
108 ExtensionWelcomeNotification::Delegate* const delegate_;
113 class DefaultDelegate : public ExtensionWelcomeNotification::Delegate {
137 ExtensionWelcomeNotification::ExtensionWelcomeNotification( function in class:ExtensionWelcomeNotification
140 ExtensionWelcomeNotification::Delegate* const delegate)
148 &ExtensionWelcomeNotification::OnWelcomeNotificationDismissedChanged,
156 scoped_ptr<ExtensionWelcomeNotification> ExtensionWelcomeNotificatio
[all...]
H A Dextension_welcome_notification.h35 // ExtensionWelcomeNotification is a part of DesktopNotificationService and
42 class ExtensionWelcomeNotification : public PrefServiceSyncableObserver { class in inherits:PrefServiceSyncableObserver
61 virtual ~ExtensionWelcomeNotification();
65 // Creates an ExtensionWelcomeNotification owned by the specified
67 static scoped_ptr<ExtensionWelcomeNotification> Create(
71 // Creates an ExtensionWelcomeNotification owned by the specified
73 static scoped_ptr<ExtensionWelcomeNotification> Create(
91 ExtensionWelcomeNotification(
94 ExtensionWelcomeNotification::Delegate* const delegate);
155 scoped_ptr<base::OneShotTimer<ExtensionWelcomeNotification> >
[all...]
H A Dextension_welcome_notification_unittest.cc82 : public ExtensionWelcomeNotification::Delegate {
89 // ExtensionWelcomeNotification::Delegate
134 ExtensionWelcomeNotification::RegisterProfilePrefs(pref_registry.get());
143 welcome_notification_ = ExtensionWelcomeNotification::Create(
256 scoped_ptr<ExtensionWelcomeNotification> welcome_notification_;
495 ExtensionWelcomeNotification::kRequestedShowTimeDays);
539 ExtensionWelcomeNotification::kRequestedShowTimeDays);
H A Ddesktop_notification_service.h198 scoped_ptr<ExtensionWelcomeNotification> chrome_now_welcome_notification_;
H A Ddesktop_notification_service.cc316 ExtensionWelcomeNotification::RegisterProfilePrefs(registry);
690 ExtensionWelcomeNotification::Create(kChromeNowExtensionID, profile_);

Completed in 84 milliseconds