OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MarkSinglePopupAsShown
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/
fake_message_center.cc
106
void FakeMessageCenter::
MarkSinglePopupAsShown
(const std::string& id,
notification_list.cc
223
void NotificationList::
MarkSinglePopupAsShown
(
message_center_impl.cc
354
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,
818
notification_list_->
MarkSinglePopupAsShown
(id, mark_notification_as_read);
Completed in 431 milliseconds