Searched refs:popup_notifications (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc364 NotificationList::PopupNotifications popup_notifications = local
367 if (!popup_notifications.size()) {
373 popup_notifications.begin();
374 for (; iter != popup_notifications.end(); iter++) {
379 if (iter == popup_notifications.end() || (*iter)->never_timeout()) {

Completed in 138 milliseconds