/external/chromium_org/ui/message_center/views/ |
D | message_popup_collection_unittest.cc | 94 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/ |
D | notification_list_unittest.cc | 36 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 …]
|
D | message_center_impl_unittest.cc | 355 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 …]
|
D | message_center_tray_unittest.cc | 81 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()
|
D | message_center_impl.cc | 91 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()
|
D | fake_message_center.cc | 64 void FakeMessageCenter::AddNotification(scoped_ptr<Notification> notification) { in AddNotification() function in message_center::FakeMessageCenter
|
D | message_center.h | 89 virtual void AddNotification(scoped_ptr<Notification> notification) = 0;
|
D | notification_list.h | 65 void AddNotification(scoped_ptr<Notification> notification);
|
D | fake_message_center.h | 36 virtual void AddNotification(scoped_ptr<Notification> notification) OVERRIDE;
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray_unittest.cc | 110 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/ |
D | web_notification_tray_browsertest.cc | 65 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/ |
D | message_center_tray_bridge_unittest.mm | 82 center_->AddNotification(GetNotification()); 106 center_->AddNotification(GetNotification()); 120 center_->AddNotification(GetNotification()); 136 center_->AddNotification(GetNotification());
|
/external/chromium_org/ui/message_center/cocoa/ |
D | popup_collection_unittest.mm | 64 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());
|
D | tray_view_controller_unittest.mm | 84 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/ |
D | bluetooth_notification_controller.cc | 307 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/ |
D | display_error_observer_chromeos.cc | 56 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in OnDisplayModeChangeFailed()
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
D | screen_capture_tray_item.cc | 71 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in CreateOrUpdateNotification()
|
D | screen_share_tray_item.cc | 81 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in CreateOrUpdateNotification()
|
/external/chromium_org/ash/system/chromeos/supervised/ |
D | tray_supervised_user.cc | 96 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in CreateOrUpdateNotification()
|
/external/chromium_org/ash/system/locale/ |
D | locale_notification_controller.cc | 124 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in OnLocaleChanged()
|
/external/chromium_org/ash/system/chromeos/network/ |
D | network_state_notifier.cc | 78 message_center::MessageCenter::Get()->AddNotification( in ShowErrorNotification() 194 message_center::MessageCenter::Get()->AddNotification( in UpdateCellularActivating()
|
/external/chromium_org/chrome/browser/chromeos/net/ |
D | network_portal_notification_controller.cc | 181 message_center::MessageCenter::Get()->AddNotification(notification.Pass()); in OnPortalDetectionCompleted()
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
D | notification_manager.cc | 80 g_browser_process->message_center()->AddNotification(CreateNotification()); in ShowUnresponsiveNotification()
|
/external/chromium_org/ash/system/chromeos/session/ |
D | tray_session_length_limit.cc | 168 message_center->AddNotification(notification.Pass()); in UpdateNotification()
|
/external/chromium_org/chrome/browser/chromeos/status/ |
D | data_promo_notification.cc | 214 message_center::MessageCenter::Get()->AddNotification( in ShowOptionalMobileDataPromoNotification()
|