/external/chromium_org/ui/message_center/ |
notification_list_unittest.cc | 94 const NotificationBlockers& blockers() const { return blockers_; } function in class:message_center::NotificationListTest 127 ASSERT_EQ(0u, notification_list()->NotificationCount(blockers())); 128 ASSERT_EQ(0u, notification_list()->UnreadCount(blockers())); 131 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers())); 133 EXPECT_EQ(2u, notification_list()->NotificationCount(blockers())); 134 EXPECT_EQ(2u, notification_list()->UnreadCount(blockers())); 136 EXPECT_TRUE(notification_list()->HasPopupNotifications(blockers())); 145 EXPECT_EQ(2u, notification_list()->NotificationCount(blockers())); 149 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers())); 150 EXPECT_EQ(1u, notification_list()->UnreadCount(blockers())); [all...] |
notification_list.cc | 22 const NotificationBlockers& blockers) { 23 for (size_t i = 0; i < blockers.size(); ++i) { 24 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)) { 279 const NotificationBlockers& blockers) const { 284 for (size_t i = 0; i < blockers.size(); ++i) { 285 if (!blockers[i]->ShouldShowNotification((*iter)->notifier_id())) [all...] |
notification_list.h | 95 bool HasPopupNotifications(const NotificationBlockers& blockers); 100 // It also stores the list of notification ids which is blocked by |blockers| 104 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 | 208 void RemoveNotifications(bool by_user, const NotificationBlockers& blockers);
|
message_center_impl_unittest.cc | 151 // Right now, MessageCenter::HasNotification() returns regardless of blockers. 321 // Multiple blockers to verify the case that one blocker blocks but another 371 // Unblock both blockers, which recovers the global state, but the popups
|
message_center_impl.cc | 662 const NotificationBlockers& blockers) { 664 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/java/com/android/server/power/ |
SuspendBlocker.java | 37 * Allows the CPU to go to sleep if no other suspend blockers are held.
|
PowerManagerService.java | 199 // 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
|
balloon_notification_ui_manager.cc | 49 // Passes NULL to blockers since |message_center| is not used from balloon
|
message_center_notification_manager.h | 223 // To own the blockers.
|
/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...] |
/external/v8/src/ |
hydrogen.cc | [all...] |