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

/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc107 bool mark_notification_as_read) {
106 MarkSinglePopupAsShown(const std::string& id, bool mark_notification_as_read) argument
H A Dnotification_list.cc224 const std::string& id, bool mark_notification_as_read) {
232 if ((*iter)->priority() != SYSTEM_PRIORITY || mark_notification_as_read)
237 if (!mark_notification_as_read)
223 MarkSinglePopupAsShown( const std::string& id, bool mark_notification_as_read) argument
H A Dmessage_center_impl.cc815 bool mark_notification_as_read) {
818 notification_list_->MarkSinglePopupAsShown(id, mark_notification_as_read);
814 MarkSinglePopupAsShown(const std::string& id, bool mark_notification_as_read) argument

Completed in 233 milliseconds