Searched defs:NotificationBlocker (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_blocker.cc11 NotificationBlocker::NotificationBlocker(MessageCenter* message_center) function in class:message_center::NotificationBlocker
17 NotificationBlocker::~NotificationBlocker() {
22 void NotificationBlocker::AddObserver(NotificationBlocker::Observer* observer) {
26 void NotificationBlocker::RemoveObserver(
27 NotificationBlocker::Observer* observer) {
31 bool NotificationBlocker::ShouldShowNotification(
36 void NotificationBlocker
[all...]
H A Dnotification_blocker.h15 // NotificationBlocker manages the availability of notifications based on the
16 // current system status. Each NotificationBlocker implementation covers a
18 class MESSAGE_CENTER_EXPORT NotificationBlocker { class in namespace:message_center
22 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) = 0;
25 explicit NotificationBlocker(MessageCenter* message_center);
26 virtual ~NotificationBlocker();
54 typedef std::vector<NotificationBlocker*> NotificationBlockers;
/external/chromium_org/ash/first_run/
H A Ddesktop_cleaner.cc76 class NotificationBlocker : public message_center::NotificationBlocker { class in namespace:ash
78 NotificationBlocker() function in class:ash::NotificationBlocker
79 : message_center::NotificationBlocker(
84 virtual ~NotificationBlocker() {};
87 // Overriden from message_center::NotificationBlocker.
93 DISALLOW_COPY_AND_ASSIGN(NotificationBlocker);
104 notification_blocker_.reset(new NotificationBlocker());

Completed in 504 milliseconds