OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MarkSinglePopupAsShown
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ui/message_center/
notification_list_unittest.cc
145
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
(id1, true)
[
all
...]
fake_message_center.cc
106
void FakeMessageCenter::
MarkSinglePopupAsShown
(const std::string& id,
fake_message_center.h
58
virtual void
MarkSinglePopupAsShown
(const std::string& id,
message_center.h
136
virtual void
MarkSinglePopupAsShown
(const std::string& id,
notification_list.h
108
void
MarkSinglePopupAsShown
(const std::string& id,
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);
message_center_impl.h
183
virtual void
MarkSinglePopupAsShown
(const std::string& id,
notification_list.cc
221
void NotificationList::
MarkSinglePopupAsShown
(
message_center_impl_unittest.cc
782
message_center()->
MarkSinglePopupAsShown
((*iter)->id(), false);
[
all
...]
/external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc
110
message_center()->
MarkSinglePopupAsShown
("test", false);
/external/chromium_org/ui/message_center/views/
message_popup_collection.cc
122
message_center_->
MarkSinglePopupAsShown
(*iter, false);
253
message_center_->
MarkSinglePopupAsShown
(toast->id(), false);
Completed in 647 milliseconds