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 111 // Do not use EraseNotification and PushNotification, since we don't want to
123 EraseNotification(GetNotification(id));
325 void NotificationList::EraseNotification(Notifications::iterator iter) {
338 EraseNotification(iter);
350 // 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 3179 milliseconds