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

  /external/chromium_org/ui/message_center/
notification_list.cc 96 // Do not use EraseNotification and PushNotification, since we don't want to
105 EraseNotification(GetNotification(id));
112 EraseNotification(curiter);
335 void NotificationList::EraseNotification(Notifications::iterator iter) {
350 EraseNotification(iter);
351 // if |iter| is unread, EraseNotification decrements |unread_count_| but
366 // in EraseNotification(), which will delete it.
notification_list.h 138 void EraseNotification(Notifications::iterator iter);

Completed in 74 milliseconds