Searched refs:MarkSinglePopupAsShown (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ui/message_center/ |
D | notification_list_unittest.cc | 145 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 …]
|
D | message_center_impl.cc | 354 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()
|
D | fake_message_center.cc | 106 void FakeMessageCenter::MarkSinglePopupAsShown(const std::string& id, in MarkSinglePopupAsShown() function in message_center::FakeMessageCenter
|
D | message_center.h | 136 virtual void MarkSinglePopupAsShown(const std::string& id,
|
D | notification_list.h | 108 void MarkSinglePopupAsShown(const std::string& id,
|
D | fake_message_center.h | 58 virtual void MarkSinglePopupAsShown(const std::string& id,
|
D | message_center_impl.h | 183 virtual void MarkSinglePopupAsShown(const std::string& id,
|
D | notification_list.cc | 223 void NotificationList::MarkSinglePopupAsShown( in MarkSinglePopupAsShown() function in message_center::NotificationList
|
D | message_center_impl_unittest.cc | 782 message_center()->MarkSinglePopupAsShown((*iter)->id(), false); in TEST_F()
|
/external/chromium_org/ui/message_center/views/ |
D | message_popup_collection.cc | 110 message_center_->MarkSinglePopupAsShown(*iter, false); in MarkAllPopupsShown() 243 message_center_->MarkSinglePopupAsShown(toast->id(), false); in RemoveToast()
|
/external/chromium_org/chrome/browser/notifications/ |
D | message_center_notifications_unittest.cc | 174 message_center()->MarkSinglePopupAsShown("test", false); in TEST_F()
|