Home
last modified time | relevance | path

Searched refs:NotificationBlocker (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/ui/message_center/
Dnotification_blocker.cc11 NotificationBlocker::NotificationBlocker(MessageCenter* message_center) in NotificationBlocker() function in message_center::NotificationBlocker
17 NotificationBlocker::~NotificationBlocker() { in ~NotificationBlocker()
22 void NotificationBlocker::AddObserver(NotificationBlocker::Observer* observer) { in AddObserver()
26 void NotificationBlocker::RemoveObserver( in RemoveObserver()
27 NotificationBlocker::Observer* observer) { in RemoveObserver()
31 bool NotificationBlocker::ShouldShowNotification( in ShouldShowNotification()
36 void NotificationBlocker::NotifyBlockingStateChanged() { in NotifyBlockingStateChanged()
38 NotificationBlocker::Observer, observers_, OnBlockingStateChanged(this)); in NotifyBlockingStateChanged()
Dnotification_blocker.h18 class MESSAGE_CENTER_EXPORT NotificationBlocker {
22 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) = 0;
25 explicit NotificationBlocker(MessageCenter* message_center);
26 virtual ~NotificationBlocker();
54 typedef std::vector<NotificationBlocker*> NotificationBlockers;
Dmessage_center_impl.h138 public NotificationBlocker::Observer {
146 virtual void AddNotificationBlocker(NotificationBlocker* blocker) OVERRIDE;
147 virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) OVERRIDE;
192 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) OVERRIDE;
216 std::vector<NotificationBlocker*> blockers_;
Dmessage_center_observer.h14 class NotificationBlocker; variable
55 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) {} in OnBlockingStateChanged()
Dmessage_center.h34 class NotificationBlocker; variable
74 virtual void AddNotificationBlocker(NotificationBlocker* blocker) = 0;
75 virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) = 0;
Dfake_message_center.cc22 void FakeMessageCenter::AddNotificationBlocker(NotificationBlocker* blocker) { in AddNotificationBlocker()
26 NotificationBlocker* blocker) { in RemoveNotificationBlocker()
Dfake_message_center.h24 virtual void AddNotificationBlocker(NotificationBlocker* blocker) OVERRIDE;
25 virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) OVERRIDE;
Dmessage_center_tray.h79 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) OVERRIDE;
Dmessage_center_tray.cc157 void MessageCenterTray::OnBlockingStateChanged(NotificationBlocker* blocker) { in OnBlockingStateChanged()
Dmessage_center_impl.cc438 void MessageCenterImpl::AddNotificationBlocker(NotificationBlocker* blocker) { in AddNotificationBlocker()
448 NotificationBlocker* blocker) { in RemoveNotificationBlocker()
449 std::vector<NotificationBlocker*>::iterator iter = in RemoveNotificationBlocker()
457 void MessageCenterImpl::OnBlockingStateChanged(NotificationBlocker* blocker) { in OnBlockingStateChanged()
/external/chromium_org/ash/first_run/
Ddesktop_cleaner.cc77 class NotificationBlocker : public message_center::NotificationBlocker { class
79 NotificationBlocker() in NotificationBlocker() function in ash::internal::NotificationBlocker
80 : message_center::NotificationBlocker( in NotificationBlocker()
85 virtual ~NotificationBlocker() {}; in ~NotificationBlocker()
94 DISALLOW_COPY_AND_ASSIGN(NotificationBlocker);
105 notification_blocker_.reset(new NotificationBlocker()); in DesktopCleaner()
Ddesktop_cleaner.h24 class NotificationBlocker; variable
37 scoped_ptr<NotificationBlocker> notification_blocker_;
/external/chromium_org/chrome/browser/notifications/
Dlogin_state_notification_blocker_chromeos_unittest.cc16 public message_center::NotificationBlocker::Observer {
41 message_center::NotificationBlocker* blocker) OVERRIDE { in OnBlockingStateChanged()
58 scoped_ptr<message_center::NotificationBlocker> blocker_;
Dlogin_state_notification_blocker_chromeos_browsertest.cc27 public message_center::NotificationBlocker::Observer {
60 message_center::NotificationBlocker* blocker) OVERRIDE { in OnBlockingStateChanged()
77 scoped_ptr<message_center::NotificationBlocker> blocker_;
Dballoon_notification_ui_manager.h33 public message_center::NotificationBlocker::Observer {
91 message_center::NotificationBlocker* blocker) OVERRIDE;
Dscreen_lock_notification_blocker.h15 : public message_center::NotificationBlocker {
Dscreen_lock_notification_blocker.cc16 : NotificationBlocker(message_center), in ScreenLockNotificationBlocker()
Dmessage_center_notification_manager.h34 class NotificationBlocker; variable
224 ScopedVector<message_center::NotificationBlocker> blockers_;
Dfullscreen_notification_blocker.h15 : public message_center::NotificationBlocker,
Dlogin_state_notification_blocker_chromeos.h21 : public message_center::NotificationBlocker,
Dmulti_user_notification_blocker_chromeos.h18 : public message_center::NotificationBlocker,
Dfullscreen_notification_blocker.cc51 : NotificationBlocker(message_center), in FullscreenNotificationBlocker()
Dlogin_state_notification_blocker_chromeos.cc19 : NotificationBlocker(message_center), in LoginStateNotificationBlockerChromeOS()
Dmulti_user_notification_blocker_chromeos.cc16 : NotificationBlocker(message_center), in MultiUserNotificationBlockerChromeOS()
Dmulti_user_notification_blocker_chromeos_unittest.cc26 public message_center::NotificationBlocker::Observer {
57 message_center::NotificationBlocker* blocker) OVERRIDE { in OnBlockingStateChanged()

12