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

/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc108 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.cc353 message_center_->MarkSinglePopupAsShown(id, false);
464 // Do not call MessageCenterImpl::MarkSinglePopupAsShown() directly here
465 // just for performance reason. MessageCenterImpl::MarkSinglePopupAsShown()
466 // calls NotificationList::MarkSinglePopupAsShown() and then updates the
468 notification_list_->MarkSinglePopupAsShown((*iter), true);
780 MarkSinglePopupAsShown(id, true);
794 MarkSinglePopupAsShown(id, true);
804 void MessageCenterImpl::MarkSinglePopupAsShown(const std::string& id, function in class:message_center::MessageCenterImpl
808 notification_list_->MarkSinglePopupAsShown(id, mark_notification_as_read);

Completed in 125 milliseconds