Searched refs:HasPopupNotifications (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager_win.cc37 if (message_center_->HasPopupNotifications() ||
/external/chromium_org/ui/message_center/
H A Dmessage_center_tray.cc140 if (message_center_->HasPopupNotifications()) {
164 if (!message_center_->HasPopupNotifications())
253 if (popups_visible_ && !message_center_->HasPopupNotifications())
255 else if (!popups_visible_ && message_center_->HasPopupNotifications())
H A Dfake_message_center.cc37 bool FakeMessageCenter::HasPopupNotifications() const { function in class:message_center::FakeMessageCenter
H A Dfake_message_center.h28 virtual bool HasPopupNotifications() const OVERRIDE;
H A Dmessage_center.h63 virtual bool HasPopupNotifications() const = 0;
H A Dnotification_list.h94 bool HasPopupNotifications(const NotificationBlockers& blockers);
H A Dmessage_center_impl.cc530 bool MessageCenterImpl::HasPopupNotifications() const { function in class:message_center::MessageCenterImpl
532 notification_list_->HasPopupNotifications(blockers_);
789 if (HasPopupNotifications())
803 if (HasPopupNotifications())
830 if (HasPopupNotifications())
H A Dmessage_center_impl.h156 virtual bool HasPopupNotifications() const OVERRIDE;
H A Dnotification_list.cc174 bool NotificationList::HasPopupNotifications( function in class:message_center::NotificationList
H A Dnotification_list_unittest.cc138 EXPECT_TRUE(notification_list()->HasPopupNotifications(blockers()));
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller_unittest.cc522 ASSERT_FALSE(message_center->HasPopupNotifications());
526 EXPECT_TRUE(message_center->HasPopupNotifications());
537 EXPECT_FALSE(message_center->HasPopupNotifications());
546 EXPECT_TRUE(message_center->HasPopupNotifications());
551 EXPECT_FALSE(message_center->HasPopupNotifications());
561 EXPECT_FALSE(message_center->HasPopupNotifications());

Completed in 699 milliseconds