Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/
Dnotification_list_unittest.cc83 size_t GetPopupCounts() { in GetPopupCounts() function in message_center::NotificationListTest
143 EXPECT_EQ(2u, GetPopupCounts()); in TEST_F()
148 EXPECT_EQ(0u, GetPopupCounts()); in TEST_F()
162 ASSERT_EQ(1u, GetPopupCounts()); in TEST_F()
168 ASSERT_EQ(0u, GetPopupCounts()); in TEST_F()
343 EXPECT_EQ(kMaxVisiblePopupNotifications, GetPopupCounts()); in TEST_F()
353 EXPECT_EQ(0u, GetPopupCounts()); in TEST_F()
360 EXPECT_EQ(0u, GetPopupCounts()); in TEST_F()
376 EXPECT_EQ(kMaxVisiblePopupNotifications * 4, GetPopupCounts()); in TEST_F()
386 EXPECT_EQ(1u, GetPopupCounts()); in TEST_F()
[all …]