Home
last modified time | relevance | path

Searched refs:toast_iter (Results 1 – 1 of 1) sorted by relevance

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