HomeSort by relevance Sort by last modified time
    Searched refs:EraseNotification (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/message_center/
notification_list.cc 107 // Do not use EraseNotification and PushNotification, since we don't want to
119 EraseNotification(GetNotification(id));
324 void NotificationList::EraseNotification(Notifications::iterator iter) {
337 EraseNotification(iter);
349 // 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);
194 void ChangeQueue::EraseNotification(const std::string& id, bool by_user) {
626 notification_queue_->EraseNotification(id, by_user);

Completed in 2840 milliseconds