Searched refs:GetPopupNotifications (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ash/system/chromeos/supervised/
H A Dtray_supervised_user_unittest.cc34 message_center::MessageCenter::Get()->GetPopupNotifications();
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc60 FakeMessageCenter::GetPopupNotifications() { function in class:message_center::FakeMessageCenter
H A Dmessage_center_impl_unittest.cc375 EXPECT_EQ(2u, message_center()->GetPopupNotifications().size());
381 EXPECT_TRUE(message_center()->GetPopupNotifications().empty());
386 EXPECT_TRUE(message_center()->GetPopupNotifications().empty());
390 EXPECT_TRUE(message_center()->GetPopupNotifications().empty());
397 EXPECT_TRUE(message_center()->GetPopupNotifications().empty());
403 EXPECT_TRUE(message_center()->GetPopupNotifications().empty());
421 EXPECT_EQ(1u, message_center()->GetPopupNotifications().size());
436 EXPECT_TRUE(message_center()->GetPopupNotifications().empty());
442 message_center()->GetPopupNotifications();
479 message_center()->GetPopupNotifications();
[all...]
H A Dfake_message_center.h35 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
H A Dmessage_center.h80 virtual NotificationList::PopupNotifications GetPopupNotifications() = 0;
H A Dnotification_list.h102 PopupNotifications GetPopupNotifications(
H A Dmessage_center_impl.cc365 message_center_->GetPopupNotifications();
465 notification_list_->GetPopupNotifications(blockers_, &blocked_ids);
556 MessageCenterImpl::GetPopupNotifications() { function in class:message_center::MessageCenterImpl
557 return notification_list_->GetPopupNotifications(blockers_, NULL);
H A Dmessage_center_impl.h163 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
H A Dnotification_list.cc188 NotificationList::PopupNotifications NotificationList::GetPopupNotifications( function in class:message_center::NotificationList
H A Dnotification_list_unittest.cc80 return notification_list()->GetPopupNotifications(blockers_, NULL);
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc116 message_center_->GetPopupNotifications();
386 message_center_->GetPopupNotifications();
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc208 message_center->GetPopupNotifications();
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc264 GetMessageCenter()->GetPopupNotifications();
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_browsertest.cc169 return message_center::MessageCenter::Get()->GetPopupNotifications().size();

Completed in 133 milliseconds