HomeSort by relevance Sort by last modified time
    Searched refs:blockers_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/message_center/
message_center_impl.cc 439 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...]
message_center_impl.h 216 std::vector<NotificationBlocker*> blockers_; member in class:message_center::MessageCenterImpl
notification_list_unittest.cc 78 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/
message_center_notification_manager.cc 67 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));
message_center_notification_manager.h 224 ScopedVector<message_center::NotificationBlocker> blockers_; member in class:MessageCenterNotificationManager

Completed in 271 milliseconds