Home
last modified time | relevance | path

Searched refs:EraseNotification (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list.cc123 EraseNotification(GetNotification(id)); in RemoveNotification()
325 void NotificationList::EraseNotification(Notifications::iterator iter) { in EraseNotification() function in message_center::NotificationList
338 EraseNotification(iter); in PushNotification()
Dnotification_list.h146 void EraseNotification(Notifications::iterator iter);
Dmessage_center_impl.cc98 void EraseNotification(const std::string& id, bool by_user);
195 void ChangeQueue::EraseNotification(const std::string& id, bool by_user) { in EraseNotification() function in message_center::internal::ChangeQueue
638 notification_queue_->EraseNotification(id, by_user); in RemoveNotification()