Searched defs:toast_iter (Results 1 - 1 of 1) sorted by path

/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc377 Toasts::const_iterator toast_iter = toasts_.begin(); local
378 for (; toast_iter != toasts_.end(); ++toast_iter) {
379 if ((*toast_iter)->id() == notification_id)
382 if (toast_iter == toasts_.end())
393 ToastContentsView* toast_contents_view = *toast_iter;
414 RemoveToast(*toast_iter, /*mark_as_shown=*/true);

Completed in 303 milliseconds