HasPopupNotifications   37 chrome/browser/notifications/message_center_notification_manager_win.cc   if (message_center_->HasPopupNotifications() ||
HasPopupNotifications  439 chrome/browser/notifications/message_center_notifications_browsertest.cc   EXPECT_TRUE(message_center()->HasPopupNotifications());
HasPopupNotifications  447 chrome/browser/notifications/message_center_notifications_browsertest.cc   EXPECT_FALSE(message_center()->HasPopupNotifications());
HasPopupNotifications   28 ui/message_center/fake_message_center.h   virtual bool HasPopupNotifications() const OVERRIDE;
HasPopupNotifications   58 ui/message_center/message_center.h   virtual bool HasPopupNotifications() const = 0;
HasPopupNotifications  517 ui/message_center/message_center_impl.cc       notification_list_->HasPopupNotifications(blockers_);
HasPopupNotifications  778 ui/message_center/message_center_impl.cc   if (HasPopupNotifications())
HasPopupNotifications  792 ui/message_center/message_center_impl.cc   if (HasPopupNotifications())
HasPopupNotifications  817 ui/message_center/message_center_impl.cc   if (HasPopupNotifications())
HasPopupNotifications  152 ui/message_center/message_center_impl.h   virtual bool HasPopupNotifications() const OVERRIDE;
HasPopupNotifications  140 ui/message_center/message_center_tray.cc   if (message_center_->HasPopupNotifications()) {
HasPopupNotifications  164 ui/message_center/message_center_tray.cc   if (!message_center_->HasPopupNotifications())
HasPopupNotifications  252 ui/message_center/message_center_tray.cc   if (popups_visible_ && !message_center_->HasPopupNotifications())
HasPopupNotifications  254 ui/message_center/message_center_tray.cc   else if (!popups_visible_ && message_center_->HasPopupNotifications())
HasPopupNotifications   95 ui/message_center/notification_list.h   bool HasPopupNotifications(const NotificationBlockers& blockers);
HasPopupNotifications  138 ui/message_center/notification_list_unittest.cc   EXPECT_TRUE(notification_list()->HasPopupNotifications(blockers()));