/external/chromium_org/ui/message_center/ |
D | notification_list.cc | 75 for (Notifications::iterator iter = notifications_.begin(); in SetMessageCenterVisible() 95 Notifications::iterator iter = GetNotification(old_id); in UpdateNotificationMessage() 126 NotificationList::Notifications NotificationList::GetNotificationsByNotifierId( in GetNotificationsByNotifierId() 128 Notifications notifications; in GetNotificationsByNotifierId() 129 for (Notifications::iterator iter = notifications_.begin(); in GetNotificationsByNotifierId() 139 Notifications::iterator iter = GetNotification(notification_id); in SetNotificationIcon() 148 Notifications::iterator iter = GetNotification(notification_id); in SetNotificationImage() 158 Notifications::iterator iter = GetNotification(notification_id); in SetNotificationButtonIcon() 167 Notifications::iterator iter = GetNotification(id); in HasNotificationOfType() 176 for (Notifications::iterator iter = notifications_.begin(); in HasPopupNotifications() [all …]
|
D | notification_list.h | 50 typedef std::set<Notification*, ComparePriorityTimestampSerial> Notifications; typedef 72 Notifications GetNotificationsByNotifierId(const NotifierId& notifier_id); 131 Notifications GetVisibleNotifications( 144 Notifications::iterator GetNotification(const std::string& id); 146 void EraseNotification(Notifications::iterator iter); 150 Notifications notifications_;
|
D | notification_list_unittest.cc | 88 NotificationList::Notifications::iterator iter = in GetNotification() 112 bool IsInNotifications(const NotificationList::Notifications& notifications, in IsInNotifications() 114 for (NotificationList::Notifications::const_iterator iter = in IsInNotifications() 200 const NotificationList::Notifications notifications = in TEST_F() 274 NotificationList::Notifications by_notifier_id = in TEST_F() 362 NotificationList::Notifications notifications = in TEST_F() 364 for (NotificationList::Notifications::const_iterator iter = in TEST_F() 434 const NotificationList::Notifications notifications = in TEST_F() 599 const NotificationList::Notifications notifications = in TEST_F() 602 NotificationList::Notifications::const_iterator iter = in TEST_F() [all …]
|
D | fake_message_center.h | 33 virtual const NotificationList::Notifications& GetVisibleNotifications() 78 const NotificationList::Notifications empty_notifications_;
|
D | message_center_impl.h | 161 virtual const NotificationList::Notifications& GetVisibleNotifications() 214 void Rebuild(const NotificationList::Notifications& notifications); 217 NotificationList::Notifications visible_notifications;
|
D | message_center_impl.cc | 405 const NotificationList::Notifications& notifications) { in Rebuild() 412 for (NotificationList::Notifications::const_iterator iter = in RecountUnread() 550 const NotificationList::Notifications& 665 NotificationList::Notifications notifications = in RemoveNotificationsForNotifierId() 667 for (NotificationList::Notifications::const_iterator iter = in RemoveNotificationsForNotifierId() 690 const NotificationList::Notifications notifications = in RemoveNotifications() 693 for (NotificationList::Notifications::const_iterator iter = in RemoveNotifications()
|
D | message_center_impl_unittest.cc | 182 const NotificationList::Notifications& notifications, in NotificationsContain() 184 for (NotificationList::Notifications::const_iterator iter = in NotificationsContain() 551 NotificationList::Notifications notifications = in TEST_F() 769 const NotificationList::Notifications& notifications = in TEST_F() 771 for (NotificationList::Notifications::const_iterator iter = in TEST_F() 780 for (NotificationList::Notifications::const_iterator iter = in TEST_F()
|
D | fake_message_center.cc | 54 const NotificationList::Notifications&
|
D | message_center.h | 75 virtual const NotificationList::Notifications& GetVisibleNotifications() = 0;
|
/external/chromium_org/chrome/browser/notifications/ |
D | google_now_notification_stats_collector.cc | 67 typedef message_center::NotificationList::Notifications Notifications; in CountVisibleGoogleNowNotifications() typedef 68 const Notifications visible_notifications = in CountVisibleGoogleNowNotifications() 71 for (Notifications::iterator iter = visible_notifications.begin(); in CountVisibleGoogleNowNotifications()
|
D | notification_browsertest.cc | 399 message_center::NotificationList::Notifications notifications = in IN_PROC_BROWSER_TEST_F() 418 message_center::NotificationList::Notifications notifications = in IN_PROC_BROWSER_TEST_F() 597 message_center::NotificationList::Notifications notifications = in IN_PROC_BROWSER_TEST_F() 770 message_center::NotificationList::Notifications notifications = in IN_PROC_BROWSER_TEST_F() 829 message_center::NotificationList::Notifications notifications = in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/win8/metro_driver/ |
D | toast_notification_handler.cc | 21 winui::Notifications::ToastNotification*, IInspectable*> 25 winui::Notifications::ToastNotification*, 26 winui::Notifications::ToastDismissedEventArgs*> ToastDismissedHandler; 142 mswr::ComPtr<winui::Notifications::IToastNotificationManagerStatics> in DisplayNotification() 152 winui::Notifications::ToastTemplateType_ToastText02, in DisplayNotification() 189 mswr::ComPtr<winui::Notifications::IToastNotificationFactory> in DisplayNotification() 240 winui::Notifications::IToastNotification* notification, in OnActivate()
|
D | toast_notification_handler.h | 45 HRESULT OnActivate(winui::Notifications::IToastNotification* notification, 49 mswr::ComPtr<winui::Notifications::IToastNotifier> notifier_; 50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_;
|
/external/chromium_org/ash/display/ |
D | display_error_observer_chromeos.cc | 61 message_center::NotificationList::Notifications notifications = in GetTitleOfDisplayErrorNotificationForTest() 63 for (message_center::NotificationList::Notifications::const_iterator iter = in GetTitleOfDisplayErrorNotificationForTest()
|
D | resolution_notification_controller_unittest.cc | 109 const message_center::NotificationList::Notifications& notifications = in GetNotificationMessage() 111 for (message_center::NotificationList::Notifications::const_iterator iter = in GetNotificationMessage()
|
/external/chromium_org/ash/system/chromeos/session/ |
D | tray_session_length_limit_unittest.cc | 45 const message_center::NotificationList::Notifications& notifications = in GetNotification() 47 for (message_center::NotificationList::Notifications::const_iterator iter = in GetNotification()
|
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
D | notifications_apitest.cc | 155 const message_center::NotificationList::Notifications& notifications = in IN_PROC_BROWSER_TEST_F() 260 const message_center::NotificationList::Notifications& notifications = in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ui/message_center/views/ |
D | message_center_view.cc | 615 const NotificationList::Notifications& notifications) { in SetNotifications() 622 for (NotificationList::Notifications::const_iterator iter = in SetNotifications() 830 const NotificationList::Notifications& notifications = in OnNotificationAdded() 832 for (NotificationList::Notifications::const_iterator iter = in OnNotificationAdded() 887 const NotificationList::Notifications& notifications = in OnNotificationUpdated() 889 for (NotificationList::Notifications::const_iterator iter = in OnNotificationUpdated()
|
D | message_center_bubble.cc | 120 const NotificationList::Notifications& notifications = in UpdateBubbleView()
|
D | message_center_view.h | 55 void SetNotifications(const NotificationList::Notifications& notifications);
|
D | message_center_view_unittest.cc | 143 NotificationList::Notifications notifications; in SetUp()
|
/external/chromium_org/components/password_manager/core/browser/ |
D | password_store_default_unittest.cc | 117 TEST_F(PasswordStoreDefaultTest, Notifications) { in TEST_F() argument
|
/external/chromium_org/third_party/WebKit/Source/modules/notifications/ |
D | Notification.idl | 38 RuntimeEnabled=Notifications,
|
/external/chromium_org/sync/protocol/ |
D | synced_notification_data.proto | 24 // Notifications with the same coalescing key (isolated to the same app_id) 125 // between instances of applications using Synced Notifications. The
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_crash_recovery_browsertest.cc | 137 message_center::NotificationList::Notifications::reverse_iterator it = in AcceptNotification() 150 message_center::NotificationList::Notifications::reverse_iterator it = in CancelNotification()
|