/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | web_notification_tray_browsertest.cc | 118 EXPECT_EQ(1u, message_center->NotificationCount()); in IN_PROC_BROWSER_TEST_F() 123 EXPECT_EQ(2u, message_center->NotificationCount()); in IN_PROC_BROWSER_TEST_F() 129 EXPECT_EQ(2u, message_center->NotificationCount()); in IN_PROC_BROWSER_TEST_F() 135 EXPECT_EQ(1u, message_center->NotificationCount()); in IN_PROC_BROWSER_TEST_F() 139 EXPECT_EQ(0u, message_center->NotificationCount()); in IN_PROC_BROWSER_TEST_F() 185 EXPECT_EQ(notifications_to_add, message_center->NotificationCount()); in IN_PROC_BROWSER_TEST_F() 213 EXPECT_EQ(notifications_to_add, message_center->NotificationCount()); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ui/message_center/ |
D | notification_list_unittest.cc | 127 ASSERT_EQ(0u, notification_list()->NotificationCount(blockers())); in TEST_F() 131 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers())); in TEST_F() 133 EXPECT_EQ(2u, notification_list()->NotificationCount(blockers())); in TEST_F() 145 EXPECT_EQ(2u, notification_list()->NotificationCount(blockers())); in TEST_F() 149 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers())); in TEST_F() 153 EXPECT_EQ(2u, notification_list()->NotificationCount(blockers())); in TEST_F() 158 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers())); in TEST_F() 185 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers())); in TEST_F() 197 EXPECT_EQ(1u, notification_list()->NotificationCount(blockers())); in TEST_F() 333 ASSERT_EQ(0u, notification_list()->NotificationCount(blockers())); in TEST_F() [all …]
|
D | message_center_impl_unittest.cc | 521 EXPECT_EQ(1u, message_center()->NotificationCount()); in TEST_F() 547 EXPECT_EQ(2u, message_center()->NotificationCount()); in TEST_F() 555 EXPECT_EQ(4u, message_center()->NotificationCount()); in TEST_F() 565 EXPECT_EQ(0u, message_center()->NotificationCount()); in TEST_F() 567 EXPECT_EQ(2u, message_center()->NotificationCount()); in TEST_F() 577 EXPECT_EQ(0u, message_center()->NotificationCount()); in TEST_F()
|
D | fake_message_center.cc | 29 size_t FakeMessageCenter::NotificationCount() const { in NotificationCount() function in message_center::FakeMessageCenter
|
D | message_center_tray.cc | 162 if (message_center_visible_ && message_center_->NotificationCount() == 0) in OnMessageCenterChanged()
|
D | notification_list.h | 133 size_t NotificationCount(const NotificationBlockers& blockers) const;
|
D | message_center.h | 56 virtual size_t NotificationCount() const = 0;
|
D | fake_message_center.h | 26 virtual size_t NotificationCount() const OVERRIDE;
|
D | message_center_impl.h | 150 virtual size_t NotificationCount() const OVERRIDE;
|
D | notification_list.cc | 297 size_t NotificationList::NotificationCount( in NotificationCount() function in message_center::NotificationList
|
D | message_center_impl.cc | 505 size_t MessageCenterImpl::NotificationCount() const { in NotificationCount() function in message_center::MessageCenterImpl
|
/external/chromium_org/chrome/browser/download/ |
D | download_status_updater_unittest.cc | 33 size_t NotificationCount() { in NotificationCount() function in TestDownloadStatusUpdater 258 size_t expected_notifications = updater_->NotificationCount(); in TEST_F() 266 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F() 272 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F() 278 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F() 284 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F()
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray_unittest.cc | 167 EXPECT_EQ(1u, GetMessageCenter()->NotificationCount()); in TEST_F() 171 EXPECT_EQ(2u, GetMessageCenter()->NotificationCount()); in TEST_F() 177 EXPECT_EQ(2u, GetMessageCenter()->NotificationCount()); in TEST_F() 183 EXPECT_EQ(1u, GetMessageCenter()->NotificationCount()); in TEST_F() 187 EXPECT_EQ(0u, GetMessageCenter()->NotificationCount()); in TEST_F() 240 GetMessageCenter()->NotificationCount()); in TEST_F() 258 GetMessageCenter()->NotificationCount()); in TEST_F()
|
D | web_notification_tray.cc | 592 (message_center->NotificationCount() > 0)); in UpdateTrayContent()
|
/external/chromium_org/chrome/browser/notifications/ |
D | message_center_notification_manager_win.cc | 39 0 == message_center_->NotificationCount()) { in CheckFirstRunTimer()
|
D | message_center_notifications_browsertest.cc | 182 EXPECT_EQ(1u, message_center()->NotificationCount()); in IN_PROC_BROWSER_TEST_F() 184 EXPECT_EQ(0u, message_center()->NotificationCount()); in IN_PROC_BROWSER_TEST_F()
|
D | notification_browsertest.cc | 252 return message_center::MessageCenter::Get()->NotificationCount(); in GetNotificationCount()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_crash_recovery_browsertest.cc | 125 ASSERT_GT(message_center->NotificationCount(), index); in AcceptNotification() 144 ASSERT_GT(message_center->NotificationCount(), index); in CancelNotification() 160 return message_center::MessageCenter::Get()->NotificationCount(); in CountBalloons()
|