HomeSort by relevance Sort by last modified time
    Searched refs:ExtensionWelcomeNotification (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification.h 35 // ExtensionWelcomeNotification is a part of DesktopNotificationService and
42 class ExtensionWelcomeNotification : public 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...]
extension_welcome_notification.cc 29 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(
140 ExtensionWelcomeNotification::Delegate* const delegate)
148 &ExtensionWelcomeNotification::OnWelcomeNotificationDismissedChanged,
156 scoped_ptr<ExtensionWelcomeNotification> ExtensionWelcomeNotification::Create
    [all...]
extension_welcome_notification_unittest.cc 82 : 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);
desktop_notification_service.h 198 scoped_ptr<ExtensionWelcomeNotification> chrome_now_welcome_notification_;
desktop_notification_service.cc 316 ExtensionWelcomeNotification::RegisterProfilePrefs(registry);
690 ExtensionWelcomeNotification::Create(kChromeNowExtensionID, profile_);

Completed in 153 milliseconds