HomeSort by relevance Sort by last modified time
    Searched refs:UnreadNotificationCount (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/message_center/
fake_message_center.cc 33 size_t FakeMessageCenter::UnreadNotificationCount() const {
fake_message_center.h 27 virtual size_t UnreadNotificationCount() const OVERRIDE;
message_center.h 57 virtual size_t UnreadNotificationCount() const = 0;
message_center_impl.h 151 virtual size_t UnreadNotificationCount() const OVERRIDE;
message_center_impl_unittest.cc 736 ASSERT_EQ(3u, message_center()->UnreadNotificationCount());
746 EXPECT_EQ(0u, message_center()->UnreadNotificationCount());
754 EXPECT_EQ(3u, message_center()->UnreadNotificationCount());
758 EXPECT_EQ(0u, message_center()->UnreadNotificationCount());
message_center_impl.cc 509 size_t MessageCenterImpl::UnreadNotificationCount() const {
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 238 int unread_notifications = message_center()->UnreadNotificationCount();
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 585 button_->SetUnreadCount(message_center->UnreadNotificationCount());

Completed in 144 milliseconds