Searched refs:NotificationList (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ui/message_center/
H A Dnotification_list.cc55 NotificationList::NotificationList() function in class:message_center::NotificationList
60 NotificationList::~NotificationList() {
64 void NotificationList::SetMessageCenterVisible(
88 void NotificationList::AddNotification(scoped_ptr<Notification> notification) {
92 void NotificationList::UpdateNotificationMessage(
120 void NotificationList::RemoveNotification(const std::string& id) {
124 NotificationList::Notifications NotificationList
[all...]
H A Dfake_message_center.cc54 const NotificationList::Notifications&
59 NotificationList::PopupNotifications
61 return NotificationList::PopupNotifications();
H A Dnotification_list.h46 class MESSAGE_CENTER_EXPORT NotificationList { class in namespace:message_center
56 explicit NotificationList();
57 virtual ~NotificationList();
154 DISALLOW_COPY_AND_ASSIGN(NotificationList);
H A Dfake_message_center.h33 virtual const NotificationList::Notifications& GetVisibleNotifications()
35 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
78 const NotificationList::Notifications empty_notifications_;
H A Dnotification_list_unittest.cc28 notification_list_.reset(new NotificationList());
79 NotificationList::PopupNotifications GetPopups() {
88 NotificationList::Notifications::iterator iter =
95 NotificationList* notification_list() { return notification_list_.get(); }
105 scoped_ptr<NotificationList> notification_list_;
112 bool IsInNotifications(const NotificationList::Notifications& notifications,
114 for (NotificationList::Notifications::const_iterator iter =
200 const NotificationList::Notifications notifications =
274 NotificationList::Notifications by_notifier_id =
313 NotificationList
[all...]
H A Dmessage_center_impl.h161 virtual const NotificationList::Notifications& GetVisibleNotifications()
163 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
214 void Rebuild(const NotificationList::Notifications& notifications);
217 NotificationList::Notifications visible_notifications;
224 scoped_ptr<NotificationList> notification_list_;
H A Dmessage_center.h19 // Interface to manage the NotificationList. The client (e.g. Chrome) calls
75 virtual const NotificationList::Notifications& GetVisibleNotifications() = 0;
80 virtual NotificationList::PopupNotifications GetPopupNotifications() = 0;
H A Dmessage_center_impl.cc364 NotificationList::PopupNotifications popup_notifications =
372 NotificationList::PopupNotifications::const_iterator iter =
405 const NotificationList::Notifications& notifications) {
412 for (NotificationList::Notifications::const_iterator iter =
427 notification_list_.reset(new NotificationList());
464 NotificationList::PopupNotifications popups =
471 // calls NotificationList::MarkSinglePopupAsShown() and then updates the
550 const NotificationList::Notifications&
555 NotificationList::PopupNotifications
665 NotificationList
[all...]
H A Dmessage_center_impl_unittest.cc170 const NotificationList::PopupNotifications& popups,
172 for (NotificationList::PopupNotifications::const_iterator iter =
182 const NotificationList::Notifications& notifications,
184 for (NotificationList::Notifications::const_iterator iter =
441 NotificationList::PopupNotifications popups =
478 NotificationList::PopupNotifications popups =
551 NotificationList::Notifications notifications =
769 const NotificationList::Notifications& notifications =
771 for (NotificationList::Notifications::const_iterator iter =
780 for (NotificationList
[all...]
H A Dmessage_center_tray_unittest.cc293 NotificationList::Notifications notifications =
/external/chromium_org/ash/system/chromeos/managed/
H A Dtray_locally_managed_user_unittest.cc16 using message_center::NotificationList;
33 NotificationList::PopupNotifications popups =
35 for (NotificationList::PopupNotifications::const_iterator iter =
/external/chromium_org/ash/display/
H A Ddisplay_error_observer_chromeos.cc61 message_center::NotificationList::Notifications notifications =
63 for (message_center::NotificationList::Notifications::const_iterator iter =
H A Dresolution_notification_controller_unittest.cc99 const message_center::NotificationList::Notifications& notifications =
101 for (message_center::NotificationList::Notifications::const_iterator iter =
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit_unittest.cc45 const message_center::NotificationList::Notifications& notifications =
47 for (message_center::NotificationList::Notifications::const_iterator iter =
/external/chromium_org/chrome/browser/notifications/
H A Dgoogle_now_notification_stats_collector.cc66 typedef message_center::NotificationList::Notifications Notifications;
H A Dnotification_browsertest.cc397 message_center::NotificationList::Notifications notifications =
416 message_center::NotificationList::Notifications notifications =
595 message_center::NotificationList::Notifications notifications =
775 message_center::NotificationList::Notifications notifications =
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_bubble.cc120 const NotificationList::Notifications& notifications =
H A Dmessage_popup_collection.cc127 NotificationList::PopupNotifications popups =
140 for (NotificationList::PopupNotifications::const_reverse_iterator iter =
447 NotificationList::PopupNotifications notifications =
451 for (NotificationList::PopupNotifications::iterator iter =
H A Dmessage_center_view.h55 void SetNotifications(const NotificationList::Notifications& notifications);
H A Dmessage_center_view.cc612 const NotificationList::Notifications& notifications) {
619 for (NotificationList::Notifications::const_iterator iter =
827 const NotificationList::Notifications& notifications =
829 for (NotificationList::Notifications::const_iterator iter =
884 const NotificationList::Notifications& notifications =
886 for (NotificationList::Notifications::const_iterator iter =
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_apitest.cc152 const message_center::NotificationList::Notifications& notifications =
256 const message_center::NotificationList::Notifications& notifications =
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc165 using message_center::NotificationList;
207 NotificationList::PopupNotifications popups =
H A Dmessage_center_widget_delegate.cc161 const NotificationList::Notifications& notifications =
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc215 using message_center::NotificationList;
251 NotificationList::PopupNotifications popups =
/external/chromium_org/chrome/browser/extensions/
H A Dextension_crash_recovery_browsertest.cc137 message_center::NotificationList::Notifications::reverse_iterator it =
150 message_center::NotificationList::Notifications::reverse_iterator it =

Completed in 650 milliseconds

12