Home
last modified time | relevance | path

Searched refs:kMaxVisiblePopupNotifications (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list_unittest.cc310 for (size_t i = 0; i <= kMaxVisiblePopupNotifications; i++) in TEST_F()
317 EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size()); in TEST_F()
320 for (size_t i = 0; i < kMaxVisiblePopupNotifications; ++i, ++iter) { in TEST_F()
339 for (size_t i = 0; i <= kMaxVisiblePopupNotifications; ++i) in TEST_F()
341 EXPECT_EQ(kMaxVisiblePopupNotifications + 1, in TEST_F()
343 EXPECT_EQ(kMaxVisiblePopupNotifications, GetPopupCounts()); in TEST_F()
350 EXPECT_EQ(kMaxVisiblePopupNotifications + 2, in TEST_F()
357 EXPECT_EQ(kMaxVisiblePopupNotifications + 3, in TEST_F()
370 for (size_t i = 0; i < kMaxVisiblePopupNotifications * 2; ++i) in TEST_F()
372 for (size_t i = 0; i < kMaxVisiblePopupNotifications * 2; ++i) in TEST_F()
[all …]
Dmessage_center_style.h29 const size_t kMaxVisiblePopupNotifications = 3; variable
Dnotification_list.cc214 default_priority_popup_count++ >= kMaxVisiblePopupNotifications) { in GetPopupNotifications()
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray_browsertest.cc195 size_t notifications_to_add = kMaxVisiblePopupNotifications + 1; in IN_PROC_BROWSER_TEST_F()
209 EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc254 message_center::kMaxVisiblePopupNotifications + 1; in TEST_F()
265 EXPECT_EQ(message_center::kMaxVisiblePopupNotifications, popups.size()); in TEST_F()
/external/chromium_org/ui/message_center/cocoa/
Dpopup_collection_unittest.mm183 // Set priority so that kMaxVisiblePopupNotifications does not hide it.