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

12

/external/chromium_org/ui/message_center/
H A Dnotification_list.cc53 NotificationList::NotificationList() function in class:message_center::NotificationList
58 NotificationList::~NotificationList() {
62 void NotificationList::SetMessageCenterVisible(
86 void NotificationList::AddNotification(scoped_ptr<Notification> notification) {
90 void NotificationList::UpdateNotificationMessage(
118 void NotificationList::RemoveNotification(const std::string& id) {
122 NotificationList::Notifications NotificationList
[all...]
H A Dfake_message_center.cc53 const NotificationList::Notifications&
58 NotificationList::PopupNotifications
60 return NotificationList::PopupNotifications();
H A Dnotification_list.h44 class MESSAGE_CENTER_EXPORT NotificationList { class in namespace:message_center
54 explicit NotificationList();
55 virtual ~NotificationList();
154 DISALLOW_COPY_AND_ASSIGN(NotificationList);
H A Dfake_message_center.h32 virtual const NotificationList::Notifications& GetVisibleNotifications()
34 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
76 const NotificationList::Notifications empty_notifications_;
H A Dmessage_center.h22 // Interface to manage the NotificationList. The client (e.g. Chrome) calls
35 class NotificationList;
66 virtual const NotificationList::Notifications& GetVisibleNotifications() = 0;
71 virtual NotificationList::PopupNotifications GetPopupNotifications() = 0;
H A Dnotification_list_unittest.cc26 notification_list_.reset(new NotificationList());
77 NotificationList::PopupNotifications GetPopups() {
86 NotificationList::Notifications::iterator iter =
93 NotificationList* notification_list() { return notification_list_.get(); }
103 scoped_ptr<NotificationList> notification_list_;
110 bool IsInNotifications(const NotificationList::Notifications& notifications,
112 for (NotificationList::Notifications::const_iterator iter =
198 const NotificationList::Notifications notifications =
272 NotificationList::Notifications by_notifier_id =
311 NotificationList
[all...]
H A Dmessage_center_impl.h156 virtual const NotificationList::Notifications& GetVisibleNotifications()
158 virtual NotificationList::PopupNotifications GetPopupNotifications() OVERRIDE;
201 void Rebuild(const NotificationList::Notifications& notificaitons);
204 NotificationList::Notifications visible_notifications;
210 scoped_ptr<NotificationList> notification_list_;
H A Dmessage_center_impl.cc361 NotificationList::PopupNotifications popup_notifications =
369 NotificationList::PopupNotifications::const_iterator iter =
402 const NotificationList::Notifications& notifications) {
409 for (NotificationList::Notifications::const_iterator iter =
424 notification_list_.reset(new NotificationList());
459 NotificationList::PopupNotifications popups =
466 // calls NotificationList::MarkSinglePopupAsShown() and then updates the
537 const NotificationList::Notifications&
542 NotificationList::PopupNotifications
663 const NotificationList
[all...]
H A Dmessage_center_impl_unittest.cc141 const NotificationList::PopupNotifications& popups,
143 for (NotificationList::PopupNotifications::const_iterator iter =
153 const NotificationList::Notifications& notifications,
155 for (NotificationList::Notifications::const_iterator iter =
412 NotificationList::PopupNotifications popups =
449 NotificationList::PopupNotifications popups =
522 NotificationList::Notifications notifications =
740 const NotificationList::Notifications& notifications =
742 for (NotificationList::Notifications::const_iterator iter =
750 for (NotificationList
[all...]
/external/chromium_org/ash/system/chromeos/managed/
H A Dtray_locally_managed_user_unittest.cc16 using message_center::NotificationList;
34 NotificationList::PopupNotifications popups =
36 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 =
/external/chromium_org/ash/system/session_length_limit/
H A Dtray_session_length_limit_unittest.cc46 const message_center::NotificationList::Notifications& notifications =
48 for (message_center::NotificationList::Notifications::const_iterator iter =
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc165 using message_center::NotificationList;
214 NotificationList::PopupNotifications popups =
H A Dmessage_center_widget_delegate.cc164 const NotificationList::Notifications& notifications =
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_bubble.cc117 const NotificationList::Notifications& notifications =
H A Dmessage_popup_collection.cc171 NotificationList::PopupNotifications popups =
184 for (NotificationList::PopupNotifications::const_reverse_iterator iter =
493 NotificationList::PopupNotifications notifications =
497 for (NotificationList::PopupNotifications::iterator iter =
H A Dmessage_center_view.cc667 const NotificationList::Notifications& notifications) {
679 for (NotificationList::Notifications::const_iterator iter =
694 for (NotificationList::Notifications::const_iterator iter =
724 for (NotificationList::Notifications::const_iterator iter =
933 const NotificationList::Notifications& notifications =
935 for (NotificationList::Notifications::const_iterator iter =
993 const NotificationList::Notifications& notifications =
995 for (NotificationList::Notifications::const_iterator iter =
1067 const NotificationList::Notifications& notifications =
1069 for (NotificationList
[all...]
H A Dmessage_center_view.h54 void SetNotifications(const NotificationList::Notifications& notifications);
H A Dmessage_center_view_unittest.cc148 NotificationList::Notifications notifications;
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc223 using message_center::NotificationList;
259 NotificationList::PopupNotifications popups =
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_browsertest.cc531 message_center::NotificationList::Notifications notifications =
558 message_center::NotificationList::Notifications notifications =
740 message_center::NotificationList::Notifications notifications =
937 message_center::NotificationList::Notifications notifications =
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc154 const message_center::NotificationList::Notifications notifications =
156 for (message_center::NotificationList::Notifications::const_iterator iter =
/external/chromium_org/chrome/browser/extensions/
H A Dextension_crash_recovery_browsertest.cc126 message_center::NotificationList::Notifications::reverse_iterator it =
145 message_center::NotificationList::Notifications::reverse_iterator it =
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc123 NotificationList; typedef in class:history::ExpireHistoryTest
124 NotificationList notifications_;
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc122 NotificationList; typedef in class:history::ExpireHistoryTest
123 NotificationList notifications_;

Completed in 352 milliseconds

12