HomeSort by relevance Sort by last modified time
    Searched full:toast_iter (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 485 Toasts::const_iterator toast_iter = toasts_.begin(); local
486 for (; toast_iter != toasts_.end(); ++toast_iter) {
487 if ((*toast_iter)->id() == notification_id)
490 if (toast_iter == toasts_.end())
512 NotificationView::Create(*toast_iter,
516 (*toast_iter)->SetContents(view, a11y_feedback_for_updates);
524 RemoveToast(*toast_iter, /*mark_as_shown=*/true);

Completed in 555 milliseconds