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

/external/chromium_org/ui/message_center/
H A Dmessage_center_impl_unittest.cc102 class PopupNotificationBlocker : public ToggledNotificationBlocker { class in namespace:message_center::__anon15315
104 PopupNotificationBlocker(MessageCenter* message_center, function in class:message_center::__anon15315::PopupNotificationBlocker
108 virtual ~PopupNotificationBlocker() {}
120 DISALLOW_COPY_AND_ASSIGN(PopupNotificationBlocker);
123 class TotalNotificationBlocker : public PopupNotificationBlocker {
127 : PopupNotificationBlocker(message_center, allowed_notifier) {}
424 PopupNotificationBlocker blocker(message_center(), notifier_id2);

Completed in 41 milliseconds