Searched refs:MarkSinglePopupAsDisplayed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_list_unittest.cc176 notification_list()->MarkSinglePopupAsDisplayed(id0);
178 notification_list()->MarkSinglePopupAsDisplayed(id0);
180 notification_list()->MarkSinglePopupAsDisplayed(id1);
399 notification_list()->MarkSinglePopupAsDisplayed(normal_id);
400 notification_list()->MarkSinglePopupAsDisplayed(system_id);
619 notification_list()->MarkSinglePopupAsDisplayed(id1);
620 notification_list()->MarkSinglePopupAsDisplayed(id2);
621 notification_list()->MarkSinglePopupAsDisplayed(id3);
645 notification_list()->MarkSinglePopupAsDisplayed(id1);
646 notification_list()->MarkSinglePopupAsDisplayed(id
[all...]
H A Dnotification_list.h112 void MarkSinglePopupAsDisplayed(const std::string& id);
H A Dnotification_list.cc241 void NotificationList::MarkSinglePopupAsDisplayed(const std::string& id) { function in class:message_center::NotificationList
H A Dmessage_center_impl.cc831 notification_list_->MarkSinglePopupAsDisplayed(id);

Completed in 729 milliseconds