Home
last modified time | relevance | path

Searched refs:AddNotification (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/ui/message_center/views/
Dmessage_popup_collection_unittest.cc94 std::string AddNotification() { in AddNotification() function in message_center::test::MessagePopupCollectionTest
106 MessageCenter::Get()->AddNotification(notification.Pass()); in AddNotification()
136 std::string id1 = AddNotification(); in TEST_F()
137 std::string id2 = AddNotification(); in TEST_F()
159 std::string id1 = AddNotification(); in TEST_F()
160 std::string id2 = AddNotification(); in TEST_F()
173 std::string id0 = AddNotification(); in TEST_F()
174 std::string id1 = AddNotification(); in TEST_F()
175 std::string id2 = AddNotification(); in TEST_F()
176 std::string id3 = AddNotification(); in TEST_F()
[all …]
/external/chromium_org/ui/message_center/
Dnotification_list_unittest.cc36 std::string AddNotification( in AddNotification() function in message_center::NotificationListTest
41 notification_list_->AddNotification(notification.Pass()); in AddNotification()
46 std::string AddNotification() { in AddNotification() function in message_center::NotificationListTest
47 return AddNotification(message_center::RichNotificationData()); in AddNotification()
76 return AddNotification(optional); in AddPriorityNotification()
132 std::string id0 = AddNotification(); in TEST_F()
134 std::string id1 = AddNotification(); in TEST_F()
154 AddNotification(); in TEST_F()
159 AddNotification(); in TEST_F()
172 std::string id0 = AddNotification(); in TEST_F()
[all …]
Dmessage_center_impl_unittest.cc355 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
365 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
411 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
426 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
455 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
465 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
484 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
494 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
527 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
537 message_center()->AddNotification(scoped_ptr<Notification>(new Notification( in TEST_F()
[all …]
Dmessage_center_tray_unittest.cc81 void AddNotification(const std::string& id) { in AddNotification() function in message_center::MessageCenterTrayTest
92 message_center_->AddNotification(notification.Pass()); in AddNotification()
137 AddNotification("BasicPopup"); in TEST_F()
152 AddNotification("MessageCenterClosesPopups"); in TEST_F()
164 AddNotification("MessageCenterClosesPopups2"); in TEST_F()
198 message_center_->AddNotification(notification.Pass()); in TEST_F()
223 AddNotification("ShowBubbleFails"); in TEST_F()
256 AddNotification(id1); in TEST_F()
272 message_center_->AddNotification(notification.Pass()); in TEST_F()
274 AddNotification(id3); in TEST_F()
Dmessage_center_impl.cc91 void AddNotification(scoped_ptr<Notification> notification);
163 message_center->AddNotification(change->PassNotification()); in ApplyChanges()
179 void ChangeQueue::AddNotification(scoped_ptr<Notification> notification) { in AddNotification() function in message_center::internal::ChangeQueue
562 void MessageCenterImpl::AddNotification(scoped_ptr<Notification> notification) { in AddNotification() function in message_center::MessageCenterImpl
569 notification_queue_->AddNotification(notification.Pass()); in AddNotification()
577 notification_list_->AddNotification(notification.Pass()); in AddNotification()
Dfake_message_center.cc64 void FakeMessageCenter::AddNotification(scoped_ptr<Notification> notification) { in AddNotification() function in message_center::FakeMessageCenter
Dmessage_center.h89 virtual void AddNotification(scoped_ptr<Notification> notification) = 0;
Dnotification_list.h65 void AddNotification(scoped_ptr<Notification> notification);
Dfake_message_center.h36 virtual void AddNotification(scoped_ptr<Notification> notification) OVERRIDE;
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc110 void AddNotification(const std::string& id) { in AddNotification() function in ash::WebNotificationTrayTest
122 GetMessageCenter()->AddNotification(notification.Pass()); in AddNotification()
170 AddNotification("test_id1"); in TEST_F()
173 AddNotification("test_id2"); in TEST_F()
174 AddNotification("test_id2"); in TEST_F()
200 AddNotification("test_id1"); in TEST_F()
204 AddNotification("test_id2"); in TEST_F()
217 AddNotification("test_id4"); in TEST_F()
218 AddNotification("test_id5"); in TEST_F()
237 AddNotification(id); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray_browsertest.cc65 void AddNotification(const std::string& id, const std::string& replace_id) { in AddNotification() function in message_center::__anond22dcd5a0111::WebNotificationTrayTest
117 AddNotification("test_id1", "replace_id1"); in IN_PROC_BROWSER_TEST_F()
121 AddNotification("test_id2", "replace_id2"); in IN_PROC_BROWSER_TEST_F()
122 AddNotification("test_id2", "replace_id2"); in IN_PROC_BROWSER_TEST_F()
148 AddNotification("test_id1", "replace_id1"); in IN_PROC_BROWSER_TEST_F()
152 AddNotification("test_id2", "replace_id2"); in IN_PROC_BROWSER_TEST_F()
179 AddNotification(id, replace_id); in IN_PROC_BROWSER_TEST_F()
200 AddNotification(id, replace_id); in IN_PROC_BROWSER_TEST_F()
247 AddNotification("test_id", "replace_id"); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/notifications/
Dmessage_center_tray_bridge_unittest.mm82 center_->AddNotification(GetNotification());
106 center_->AddNotification(GetNotification());
120 center_->AddNotification(GetNotification());
136 center_->AddNotification(GetNotification());
/external/chromium_org/ui/message_center/cocoa/
Dpopup_collection_unittest.mm64 center_->AddNotification(notification.Pass());
76 center_->AddNotification(notification.Pass());
93 center_->AddNotification(notification.Pass());
148 center_->AddNotification(notification.Pass());
197 center_->AddNotification(notification.Pass());
235 center_->AddNotification(notification.Pass());
301 center_->AddNotification(notification.Pass());
330 center_->AddNotification(notification.Pass());
367 center_->AddNotification(notification.Pass());
Dtray_view_controller_unittest.mm84 center_->AddNotification(notification_data.Pass());
121 center_->AddNotification(notification.Pass());
132 center_->AddNotification(notification.Pass());
143 center_->AddNotification(notification.Pass());
179 center_->AddNotification(notification.Pass());
198 center_->AddNotification(notification.Pass());
274 center_->AddNotification(notification.Pass());
/external/chromium_org/ash/system/chromeos/bluetooth/
Dbluetooth_notification_controller.cc307 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in NotifyAdapterDiscoverable()
339 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in NotifyPairing()
367 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in NotifyPairedDevice()
/external/chromium_org/ash/display/
Ddisplay_error_observer_chromeos.cc56 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in OnDisplayModeChangeFailed()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_capture_tray_item.cc71 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in CreateOrUpdateNotification()
Dscreen_share_tray_item.cc81 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in CreateOrUpdateNotification()
/external/chromium_org/ash/system/chromeos/supervised/
Dtray_supervised_user.cc96 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in CreateOrUpdateNotification()
/external/chromium_org/ash/system/locale/
Dlocale_notification_controller.cc124 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in OnLocaleChanged()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_state_notifier.cc78 message_center::MessageCenter::Get()->AddNotification( in ShowErrorNotification()
194 message_center::MessageCenter::Get()->AddNotification( in UpdateCellularActivating()
/external/chromium_org/chrome/browser/chromeos/net/
Dnetwork_portal_notification_controller.cc181 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in OnPortalDetectionCompleted()
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
Dnotification_manager.cc80 g_browser_process->message_center()->AddNotification(CreateNotification()); in ShowUnresponsiveNotification()
/external/chromium_org/ash/system/chromeos/session/
Dtray_session_length_limit.cc168 message_center->AddNotification(notification.Pass()); in UpdateNotification()
/external/chromium_org/chrome/browser/chromeos/status/
Ddata_promo_notification.cc214 message_center::MessageCenter::Get()->AddNotification( in ShowOptionalMobileDataPromoNotification()

12