Searched defs:MarkSinglePopupAsShown (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc106 void FakeMessageCenter::MarkSinglePopupAsShown(const std::string& id, function in class:message_center::FakeMessageCenter
H A Dnotification_list.cc223 void NotificationList::MarkSinglePopupAsShown( function in class:message_center::NotificationList
H A Dmessage_center_impl.cc354 message_center_->MarkSinglePopupAsShown(id, false);
469 // Do not call MessageCenterImpl::MarkSinglePopupAsShown() directly here
470 // just for performance reason. MessageCenterImpl::MarkSinglePopupAsShown()
471 // calls NotificationList::MarkSinglePopupAsShown() and then updates the
473 notification_list_->MarkSinglePopupAsShown((*iter), true);
790 MarkSinglePopupAsShown(id, true);
804 MarkSinglePopupAsShown(id, true);
814 void MessageCenterImpl::MarkSinglePopupAsShown(const std::string& id, function in class:message_center::MessageCenterImpl
818 notification_list_->MarkSinglePopupAsShown(id, mark_notification_as_read);

Completed in 92 milliseconds