HomeSort by relevance Sort by last modified time
    Searched full:blockers (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 96 const NotificationBlockers& blockers() const { return blockers_; } function in class:message_center::NotificationListTest
129 ASSERT_EQ(0u, notification_list()->NotificationCount(blockers()));
130 ASSERT_EQ(0u, notification_list()->UnreadCount(blockers()));
133 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers()));
135 EXPECT_EQ(2u, notification_list()->NotificationCount(blockers()));
136 EXPECT_EQ(2u, notification_list()->UnreadCount(blockers()));
138 EXPECT_TRUE(notification_list()->HasPopupNotifications(blockers()));
147 EXPECT_EQ(2u, notification_list()->NotificationCount(blockers()));
151 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers()));
152 EXPECT_EQ(1u, notification_list()->UnreadCount(blockers()));
    [all...]
notification_list.cc 24 const NotificationBlockers& blockers) {
25 for (size_t i = 0; i < blockers.size(); ++i) {
26 if (!blockers[i]->ShouldShowNotificationAsPopup(notification.notifier_id()))
175 const NotificationBlockers& blockers) {
180 if (!ShouldShowNotificationAsPopup(**iter, blockers))
189 const NotificationBlockers& blockers,
204 if (!ShouldShowNotificationAsPopup(**iter, blockers)) {
280 const NotificationBlockers& blockers) const {
285 for (size_t i = 0; i < blockers.size(); ++i) {
286 if (!blockers[i]->ShouldShowNotification((*iter)->notifier_id()))
    [all...]
notification_list.h 94 bool HasPopupNotifications(const NotificationBlockers& blockers);
99 // It also stores the list of notification ids which is blocked by |blockers|
103 const NotificationBlockers& blockers,
132 const NotificationBlockers& blockers) const;
133 size_t NotificationCount(const NotificationBlockers& blockers) const;
134 size_t UnreadCount(const NotificationBlockers& blockers) const;
message_center_impl.h 221 void RemoveNotifications(bool by_user, const NotificationBlockers& blockers);
message_center_impl_unittest.cc 180 // Right now, MessageCenter::HasNotification() returns regardless of blockers.
350 // Multiple blockers to verify the case that one blocker blocks but another
400 // Unblock both blockers, which recovers the global state, but the popups
    [all...]
message_center_impl.cc 689 const NotificationBlockers& blockers) {
691 notification_list_->GetVisibleNotifications(blockers);
  /external/chromium_org/chrome/browser/download/
download_completion_blocker.h 29 // blockers may continue to block the item.) Run |callback_|. This method may
  /frameworks/base/services/core/java/com/android/server/power/
SuspendBlocker.java 37 * Allows the CPU to go to sleep if no other suspend blockers are held.
PowerManagerService.java 185 // Table of all suspend blockers.
    [all...]
  /external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos.cc 34 // In some tests, the notification blockers may be removed without calling
message_center_notification_manager.h 227 // To own the blockers.
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h     [all...]
web_contents_impl_unittest.cc     [all...]
web_contents_impl.cc     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 41 * access blockers using method {@link #getBlocker}.) The use of these
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1653 milliseconds