HomeSort by relevance Sort by last modified time
    Searched defs:EraseNotification (Results 1 - 2 of 2) 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.
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 479 milliseconds