Searched refs:blockers_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc439 if (std::find(blockers_.begin(), blockers_.end(), blocker) !=
440 blockers_.end()) {
444 blockers_.push_back(blocker);
450 std::find(blockers_.begin(), blockers_.end(), blocker);
451 if (iter == blockers_.end())
454 blockers_.erase(iter);
460 notification_list_->GetPopupNotifications(blockers_, &blocked_ids);
474 notification_list_->GetVisibleNotifications(blockers_));
[all...]
H A Dmessage_center_impl.h216 std::vector<NotificationBlocker*> blockers_; member in class:message_center::MessageCenterImpl
H A Dnotification_list_unittest.cc78 return notification_list()->GetPopupNotifications(blockers_, NULL);
94 const NotificationBlockers& blockers() const { return blockers_; }
104 NotificationBlockers blockers_; member in class:message_center::NotificationListTest
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc67 blockers_.push_back(
69 blockers_.push_back(new MultiUserNotificationBlockerChromeOS(message_center));
71 blockers_.push_back(new ScreenLockNotificationBlocker(message_center));
73 blockers_.push_back(new FullscreenNotificationBlocker(message_center));
H A Dmessage_center_notification_manager.h224 ScopedVector<message_center::NotificationBlocker> blockers_; member in class:MessageCenterNotificationManager

Completed in 203 milliseconds