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

/external/chromium_org/ui/message_center/
H A Dnotification_list_unittest.cc81 size_t GetPopupCounts() { function in class:message_center::NotificationListTest
141 EXPECT_EQ(2u, GetPopupCounts());
146 EXPECT_EQ(0u, GetPopupCounts());
160 ASSERT_EQ(1u, GetPopupCounts());
166 ASSERT_EQ(0u, GetPopupCounts());
341 EXPECT_EQ(kMaxVisiblePopupNotifications, GetPopupCounts());
351 EXPECT_EQ(0u, GetPopupCounts());
358 EXPECT_EQ(0u, GetPopupCounts());
374 EXPECT_EQ(kMaxVisiblePopupNotifications * 4, GetPopupCounts());
384 EXPECT_EQ(1u, GetPopupCounts());
[all...]

Completed in 120 milliseconds