/external/chromium_org/ui/message_center/ |
D | notification_blocker.cc | 11 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()
|
D | notification_blocker.h | 18 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;
|
D | message_center_impl.h | 141 public NotificationBlocker::Observer, 150 virtual void AddNotificationBlocker(NotificationBlocker* blocker) OVERRIDE; 151 virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) OVERRIDE; 198 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) OVERRIDE; 230 std::vector<NotificationBlocker*> blockers_;
|
D | message_center.h | 41 class NotificationBlocker; variable 83 virtual void AddNotificationBlocker(NotificationBlocker* blocker) = 0; 84 virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) = 0;
|
D | message_center_observer.h | 14 class NotificationBlocker; variable 57 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) {} in OnBlockingStateChanged()
|
D | fake_message_center.cc | 22 void FakeMessageCenter::AddNotificationBlocker(NotificationBlocker* blocker) { in AddNotificationBlocker() 26 NotificationBlocker* blocker) { in RemoveNotificationBlocker()
|
D | fake_message_center.h | 24 virtual void AddNotificationBlocker(NotificationBlocker* blocker) OVERRIDE; 25 virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) OVERRIDE;
|
D | message_center_tray.h | 91 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) OVERRIDE;
|
D | message_center_impl.cc | 443 void MessageCenterImpl::AddNotificationBlocker(NotificationBlocker* blocker) { in AddNotificationBlocker() 453 NotificationBlocker* blocker) { in RemoveNotificationBlocker() 454 std::vector<NotificationBlocker*>::iterator iter = in RemoveNotificationBlocker() 462 void MessageCenterImpl::OnBlockingStateChanged(NotificationBlocker* blocker) { in OnBlockingStateChanged()
|
D | message_center_tray.cc | 245 void MessageCenterTray::OnBlockingStateChanged(NotificationBlocker* blocker) { in OnBlockingStateChanged()
|
D | message_center_impl_unittest.cc | 105 class ToggledNotificationBlocker : public NotificationBlocker { 108 : NotificationBlocker(message_center), in ToggledNotificationBlocker() 348 TEST_F(MessageCenterImplTest, NotificationBlocker) { in TEST_F() argument
|
/external/chromium_org/ash/first_run/ |
D | desktop_cleaner.cc | 76 class NotificationBlocker : public message_center::NotificationBlocker { class 78 NotificationBlocker() in NotificationBlocker() function in ash::NotificationBlocker 79 : message_center::NotificationBlocker( in NotificationBlocker() 84 virtual ~NotificationBlocker() {}; in ~NotificationBlocker() 93 DISALLOW_COPY_AND_ASSIGN(NotificationBlocker); 104 notification_blocker_.reset(new NotificationBlocker()); in DesktopCleaner()
|
D | desktop_cleaner.h | 17 class NotificationBlocker; variable 34 scoped_ptr<NotificationBlocker> notification_blocker_;
|
/external/chromium_org/chrome/browser/notifications/ |
D | login_state_notification_blocker_chromeos_browsertest.cc | 26 public message_center::NotificationBlocker::Observer { 54 message_center::NotificationBlocker* blocker) OVERRIDE { in OnBlockingStateChanged() 71 scoped_ptr<message_center::NotificationBlocker> blocker_;
|
D | login_state_notification_blocker_chromeos_unittest.cc | 16 public message_center::NotificationBlocker::Observer { 41 message_center::NotificationBlocker* blocker) OVERRIDE { in OnBlockingStateChanged() 58 scoped_ptr<message_center::NotificationBlocker> blocker_;
|
D | screen_lock_notification_blocker.h | 15 : public message_center::NotificationBlocker {
|
D | message_center_notification_manager.h | 34 class NotificationBlocker; variable 228 ScopedVector<message_center::NotificationBlocker> blockers_;
|
D | screen_lock_notification_blocker.cc | 16 : NotificationBlocker(message_center), in ScreenLockNotificationBlocker()
|
D | fullscreen_notification_blocker.h | 15 : public message_center::NotificationBlocker,
|
D | login_state_notification_blocker_chromeos.h | 21 : public message_center::NotificationBlocker,
|
D | fullscreen_notification_blocker.cc | 51 : NotificationBlocker(message_center), in FullscreenNotificationBlocker()
|
D | login_state_notification_blocker_chromeos.cc | 19 : NotificationBlocker(message_center), in LoginStateNotificationBlockerChromeOS()
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
D | multi_user_notification_blocker_chromeos_unittest.cc | 21 public message_center::NotificationBlocker::Observer { 63 message_center::NotificationBlocker* blocker) OVERRIDE { in OnBlockingStateChanged() 80 const message_center::NotificationBlocker* blocker() { in blocker()
|
D | multi_user_notification_blocker_chromeos.h | 17 : public message_center::NotificationBlocker {
|
D | multi_user_notification_blocker_chromeos.cc | 15 : NotificationBlocker(message_center), in MultiUserNotificationBlockerChromeOS()
|