Home
last modified time | relevance | path

Searched refs:MarkSinglePopupAsShown (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list_unittest.cc145 notification_list()->MarkSinglePopupAsShown(id0, true); in TEST_F()
146 notification_list()->MarkSinglePopupAsShown(id1, true); in TEST_F()
326 notification_list()->MarkSinglePopupAsShown((*iter)->id(), false); in TEST_F()
402 notification_list()->MarkSinglePopupAsShown(normal_id, false); in TEST_F()
403 notification_list()->MarkSinglePopupAsShown(system_id, false); in TEST_F()
410 notification_list()->MarkSinglePopupAsShown(system_id, true); in TEST_F()
446 notification_list()->MarkSinglePopupAsShown(id1, true); in TEST_F()
464 notification_list()->MarkSinglePopupAsShown(id0, true); in TEST_F()
495 notification_list()->MarkSinglePopupAsShown(id1, true); in TEST_F()
512 notification_list()->MarkSinglePopupAsShown(id1, true); in TEST_F()
[all …]
Dmessage_center_impl.cc354 message_center_->MarkSinglePopupAsShown(id, false); in TimerFinished()
473 notification_list_->MarkSinglePopupAsShown((*iter), true); in OnBlockingStateChanged()
790 MarkSinglePopupAsShown(id, true); in ClickOnNotification()
804 MarkSinglePopupAsShown(id, true); in ClickOnNotificationButton()
814 void MessageCenterImpl::MarkSinglePopupAsShown(const std::string& id, in MarkSinglePopupAsShown() function in message_center::MessageCenterImpl
818 notification_list_->MarkSinglePopupAsShown(id, mark_notification_as_read); in MarkSinglePopupAsShown()
Dfake_message_center.cc106 void FakeMessageCenter::MarkSinglePopupAsShown(const std::string& id, in MarkSinglePopupAsShown() function in message_center::FakeMessageCenter
Dmessage_center.h136 virtual void MarkSinglePopupAsShown(const std::string& id,
Dnotification_list.h108 void MarkSinglePopupAsShown(const std::string& id,
Dfake_message_center.h58 virtual void MarkSinglePopupAsShown(const std::string& id,
Dmessage_center_impl.h183 virtual void MarkSinglePopupAsShown(const std::string& id,
Dnotification_list.cc223 void NotificationList::MarkSinglePopupAsShown( in MarkSinglePopupAsShown() function in message_center::NotificationList
Dmessage_center_impl_unittest.cc782 message_center()->MarkSinglePopupAsShown((*iter)->id(), false); in TEST_F()
/external/chromium_org/ui/message_center/views/
Dmessage_popup_collection.cc110 message_center_->MarkSinglePopupAsShown(*iter, false); in MarkAllPopupsShown()
243 message_center_->MarkSinglePopupAsShown(toast->id(), false); in RemoveToast()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notifications_unittest.cc174 message_center()->MarkSinglePopupAsShown("test", false); in TEST_F()