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

  /external/chromium_org/ui/message_center/
fake_message_center.cc 29 size_t FakeMessageCenter::UnreadNotificationCount() const {
message_center.h 75 virtual size_t UnreadNotificationCount() const = 0;
fake_message_center.h 25 virtual size_t UnreadNotificationCount() const OVERRIDE;
message_center_impl.h 144 virtual size_t UnreadNotificationCount() const OVERRIDE;
message_center_impl.cc 242 size_t MessageCenterImpl::UnreadNotificationCount() const {
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 212 int unread_notifications = message_center()->UnreadNotificationCount();
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 573 button_->SetUnreadCount(message_center->UnreadNotificationCount());

Completed in 566 milliseconds