HomeSort by relevance Sort by last modified time
    Searched refs:PopupNotifications (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ash/system/chromeos/supervised/
tray_supervised_user_unittest.cc 33 NotificationList::PopupNotifications popups =
35 for (NotificationList::PopupNotifications::const_iterator iter =
  /external/chromium_org/ui/message_center/
fake_message_center.cc 59 NotificationList::PopupNotifications
61 return NotificationList::PopupNotifications();
notification_list.h 54 typedef std::set<Notification*, CompareTimestampSerial> PopupNotifications;
102 PopupNotifications GetPopupNotifications(
fake_message_center.h 35 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
message_center.h 80 virtual NotificationList::PopupNotifications GetPopupNotifications() = 0;
notification_list_unittest.cc 79 NotificationList::PopupNotifications GetPopups() {
313 NotificationList::PopupNotifications popups = GetPopups();
318 NotificationList::PopupNotifications::const_reverse_iterator iter =
324 for (NotificationList::PopupNotifications::const_iterator iter =
588 NotificationList::PopupNotifications popups = GetPopups();
590 NotificationList::PopupNotifications::const_iterator iter = popups.begin();
628 NotificationList::PopupNotifications popups = GetPopups();
notification_list.cc 188 NotificationList::PopupNotifications NotificationList::GetPopupNotifications(
191 PopupNotifications result;
message_center_impl.cc 364 NotificationList::PopupNotifications popup_notifications =
372 NotificationList::PopupNotifications::const_iterator iter =
464 NotificationList::PopupNotifications popups =
555 NotificationList::PopupNotifications
message_center_impl.h 163 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
message_center_impl_unittest.cc 170 const NotificationList::PopupNotifications& popups,
172 for (NotificationList::PopupNotifications::const_iterator iter =
441 NotificationList::PopupNotifications popups =
478 NotificationList::PopupNotifications popups =
    [all...]
  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 115 NotificationList::PopupNotifications popups =
128 for (NotificationList::PopupNotifications::const_reverse_iterator iter =
385 NotificationList::PopupNotifications notifications =
389 for (NotificationList::PopupNotifications::iterator iter =
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 207 NotificationList::PopupNotifications popups =
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 263 NotificationList::PopupNotifications popups =

Completed in 233 milliseconds