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 444 if (std::find(blockers_.begin(), blockers_.end(), blocker) !=
445 blockers_.end()) {
449 blockers_.push_back(blocker);
455 std::find(blockers_.begin(), blockers_.end(), blocker);
456 if (iter == blockers_.end())
459 blockers_.erase(iter);
465 notification_list_->GetPopupNotifications(blockers_, &blocked_ids);
479 notification_list_->GetVisibleNotifications(blockers_));
    [all...]
message_center_impl.h 230 std::vector<NotificationBlocker*> blockers_; member in class:message_center::MessageCenterImpl
notification_list_unittest.cc 80 return notification_list()->GetPopupNotifications(blockers_, NULL);
96 const NotificationBlockers& blockers() const { return blockers_; }
106 NotificationBlockers blockers_; member in class:message_center::NotificationListTest
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 76 blockers_.push_back(
80 blockers_.push_back(new ScreenLockNotificationBlocker(message_center));
82 blockers_.push_back(new FullscreenNotificationBlocker(message_center));
message_center_notification_manager.h 228 ScopedVector<message_center::NotificationBlocker> blockers_; member in class:MessageCenterNotificationManager

Completed in 733 milliseconds