Home
last modified time | relevance | path

Searched refs:PopupNotificationBlocker (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/message_center/
Dmessage_center_impl_unittest.cc131 class PopupNotificationBlocker : public ToggledNotificationBlocker { class
133 PopupNotificationBlocker(MessageCenter* message_center, in PopupNotificationBlocker() function in message_center::__anon5d27376c0111::PopupNotificationBlocker
137 virtual ~PopupNotificationBlocker() {} in ~PopupNotificationBlocker()
149 DISALLOW_COPY_AND_ASSIGN(PopupNotificationBlocker);
152 class TotalNotificationBlocker : public PopupNotificationBlocker {
156 : PopupNotificationBlocker(message_center, allowed_notifier) {} in TotalNotificationBlocker()
453 PopupNotificationBlocker blocker(message_center(), notifier_id2); in TEST_F()