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

  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager_win.cc 37 if (message_center_->HasPopupNotifications() ||
message_center_notifications_browsertest.cc 426 EXPECT_TRUE(message_center()->HasPopupNotifications());
434 EXPECT_FALSE(message_center()->HasPopupNotifications());
  /external/chromium_org/ui/message_center/
message_center_tray.cc 64 if (message_center_->HasPopupNotifications())
85 if (!message_center_->HasPopupNotifications())
162 if (popups_visible_ && !message_center_->HasPopupNotifications())
164 else if (message_center_->HasPopupNotifications())
fake_message_center.cc 33 bool FakeMessageCenter::HasPopupNotifications() const {
message_center.h 76 virtual bool HasPopupNotifications() const = 0;
message_center_impl.cc 246 bool MessageCenterImpl::HasPopupNotifications() const {
247 return notification_list_->HasPopupNotifications();
422 if (HasPopupNotifications())
436 if (HasPopupNotifications())
460 if (HasPopupNotifications())
fake_message_center.h 26 virtual bool HasPopupNotifications() const OVERRIDE;
notification_list.h 90 bool HasPopupNotifications();
message_center_impl.h 145 virtual bool HasPopupNotifications() const OVERRIDE;
notification_list.cc 181 bool NotificationList::HasPopupNotifications() {
notification_list_unittest.cc 115 EXPECT_TRUE(notification_list()->HasPopupNotifications());

Completed in 557 milliseconds