Searched refs:MarkSinglePopupAsShown (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_list_unittest.cc145 notification_list()->MarkSinglePopupAsShown(id0, true);
146 notification_list()->MarkSinglePopupAsShown(id1, true);
326 notification_list()->MarkSinglePopupAsShown((*iter)->id(), false);
402 notification_list()->MarkSinglePopupAsShown(normal_id, false);
403 notification_list()->MarkSinglePopupAsShown(system_id, false);
410 notification_list()->MarkSinglePopupAsShown(system_id, true);
446 notification_list()->MarkSinglePopupAsShown(id1, true);
464 notification_list()->MarkSinglePopupAsShown(id0, true);
495 notification_list()->MarkSinglePopupAsShown(id1, true);
512 notification_list()->MarkSinglePopupAsShown(id
[all...]
H A Dfake_message_center.cc106 void FakeMessageCenter::MarkSinglePopupAsShown(const std::string& id, function in class:message_center::FakeMessageCenter
H A Dfake_message_center.h58 virtual void MarkSinglePopupAsShown(const std::string& id,
H A Dmessage_center.h136 virtual void MarkSinglePopupAsShown(const std::string& id,
H A Dnotification_list.h108 void MarkSinglePopupAsShown(const std::string& id,
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);
H A Dmessage_center_impl.h183 virtual void MarkSinglePopupAsShown(const std::string& id,
H A Dnotification_list.cc223 void NotificationList::MarkSinglePopupAsShown( function in class:message_center::NotificationList
H A Dmessage_center_impl_unittest.cc782 message_center()->MarkSinglePopupAsShown((*iter)->id(), false);
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest.cc174 message_center()->MarkSinglePopupAsShown("test", false);
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc110 message_center_->MarkSinglePopupAsShown(*iter, false);
243 message_center_->MarkSinglePopupAsShown(toast->id(), false);

Completed in 1318 milliseconds