OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EraseNotification
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/
notification_list.cc
109
// Do not use
EraseNotification
and PushNotification, since we don't want to
121
EraseNotification
(GetNotification(id));
323
void NotificationList::
EraseNotification
(Notifications::iterator iter) {
336
EraseNotification
(iter);
348
// in
EraseNotification
(), which will delete it.
notification_list.h
146
void
EraseNotification
(Notifications::iterator iter);
message_center_impl.cc
98
void
EraseNotification
(const std::string& id, bool by_user);
195
void ChangeQueue::
EraseNotification
(const std::string& id, bool by_user) {
638
notification_queue_->
EraseNotification
(id, by_user);
Completed in 1612 milliseconds