HomeSort by relevance Sort by last modified time
    Searched defs:GetNotificationCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 94 int GetNotificationCount();
169 int MessageCenterViewTest::GetNotificationCount() {
236 EXPECT_LE(GetCallCount(LAYOUT), GetNotificationCount() * 2);
239 GetNotificationCount() * 20);
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 122 int GetNotificationCount();
162 int NotificationsTest::GetNotificationCount() {
396 ASSERT_EQ(1, GetNotificationCount());
414 ASSERT_EQ(1, GetNotificationCount());
422 ASSERT_EQ(0, GetNotificationCount());
435 ASSERT_EQ(1, GetNotificationCount());
437 ASSERT_EQ(0, GetNotificationCount());
447 ASSERT_EQ(0, GetNotificationCount());
458 ASSERT_EQ(0, GetNotificationCount());
464 EXPECT_EQ(1, GetNotificationCount());
    [all...]

Completed in 41 milliseconds