Searched refs:toast_iter (Results 1 – 1 of 1) sorted by relevance
377 Toasts::const_iterator toast_iter = toasts_.begin(); in OnNotificationUpdated() local378 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()