Home
last modified time | relevance | path

Searched refs:CreateNotification (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dscreen_capture_notification_blocker_unittest.cc42 return CreateNotification(origin, /*id=*/"id"); in CreateNotification()
138 CreateNotification(GURL("https://example.com")))); in TEST_F()
159 CreateNotification(GURL("https://example2.com")))); in TEST_F()
171 CreateNotification(GURL("https://example3.com")))); in TEST_F()
175 CreateNotification(GURL("https://example3.com")))); in TEST_F()
179 CreateNotification(GURL("https://example3.com")))); in TEST_F()
190 CreateNotification(GURL("https://example2.com")))); in TEST_F()
325 CreateNotification(GURL("https://example2.com")); in TEST_F()
346 CreateNotification(GURL("https://example2.com")); in TEST_F()
370 CreateNotification(GURL("https://example2.com")); in TEST_F()
[all …]
H A Dnotification_display_queue_unittest.cc94 message_center::Notification CreateNotification(const std::string& id, in CreateNotification() function
104 message_center::Notification CreateNotification(const std::string& id) { in CreateNotification() function
105 return CreateNotification(id, GURL()); in CreateNotification()
159 NotificationHandler::Type::TRANSIENT, CreateNotification("id"))); in TEST_F()
165 CreateNotification(notification_id), in TEST_F()
178 CreateNotification(notification_id_1), in TEST_F()
181 CreateNotification(notification_id_2), in TEST_F()
184 CreateNotification(notification_id_3), in TEST_F()
219 message_center::Notification notification = CreateNotification("id"); in TEST_F()
281 CreateNotification("id1", origin_1); in TEST_F()
[all …]
H A Dnotification_platform_bridge_mac_unnotification_unittest.mm185 Notification notification = CreateNotification();
210 Notification notification = CreateNotification();
235 Notification notification = CreateNotification();
253 Notification notification = CreateNotification();
282 Notification notification = CreateNotification();
344 Notification notification = CreateNotification();
366 Notification notification = CreateNotification();
398 Notification notification = CreateNotification();
418 Notification notification = CreateNotification();
451 Notification notification = CreateNotification();
[all …]
H A Dnotification_platform_bridge_mac_utils_unittest.mm40 Notification CreateNotification(
95 Notification notification = CreateNotification(
105 Notification notification = CreateNotification(
115 Notification notification = CreateNotification(
126 Notification notification = CreateNotification(
138 CreateNotification("Title", "Subtitle", /*origin=*/std::string(),
149 Notification notification = CreateNotification(
168 Notification notification = CreateNotification(
184 Notification notification = CreateNotification(
H A Dnotification_interactive_uitest.cc513 std::string result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
519 result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
545 std::string result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
558 result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
572 std::string result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
594 std::string result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
606 result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
625 std::string result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
641 result = CreateNotification(browser(), true, "", "Title1", "Body1", "chat"); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/scheduler/internal/
H A Ddisplay_decider_unittest.cc126 NotificationEntry CreateNotification(SchedulerClientType type, in CreateNotification() function in notifications::__anon2fbae3200111::DisplayDeciderTest
128 return CreateNotification(type, guid, base::TimeDelta(), in CreateNotification()
133 NotificationEntry CreateNotification( in CreateNotification() function in notifications::__anon2fbae3200111::DisplayDeciderTest
183 auto entry0 = CreateNotification(SchedulerClientType::kTest2, "guid0", in TEST_F()
187 CreateNotification(SchedulerClientType::kTest2, "guid1", in TEST_F()
190 auto entry2 = CreateNotification(SchedulerClientType::kTest2, "guid2", in TEST_F()
206 auto entry1 = CreateNotification(SchedulerClientType::kTest1, "guid1"); in TEST_F()
213 auto entry2 = CreateNotification(SchedulerClientType::kTest2, "guid2"); in TEST_F()
214 auto entry3 = CreateNotification(SchedulerClientType::kTest3, "guid3"); in TEST_F()
224 auto entry1 = CreateNotification(SchedulerClientType::kTest1, "guid1"); in TEST_F()
[all …]
H A Dbackground_task_coordinator_unittest.cc109 NotificationEntry CreateNotification(SchedulerClientType type, in CreateNotification() function in notifications::__anon2ebf3cd00111::BackgroundTaskCoordinatorTest
161 CreateNotification(SchedulerClientType::kTest1, kGuid, in TEST_F()
176 CreateNotification(SchedulerClientType::kTest1, kGuid, in TEST_F()
191 CreateNotification(SchedulerClientType::kTest1, kGuid, in TEST_F()
208 CreateNotification(SchedulerClientType::kTest1, kGuid, in TEST_F()
222 CreateNotification(SchedulerClientType::kTest1, kGuid, in TEST_F()
235 CreateNotification(SchedulerClientType::kTest1, kGuid, in TEST_F()
251 CreateNotification(SchedulerClientType::kTest1, kGuid, in TEST_F()
268 CreateNotification(SchedulerClientType::kTest1, "guid0", in TEST_F()
271 CreateNotification(SchedulerClientType::kTest2, "guid1", in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/phonehub/
H A Dnotification_manager_impl_unittest.cc29 Notification CreateNotification(int64_t id) { in CreateNotification() function
139 CreateNotification(expected_id1), CreateNotification(expected_id2)}); in TEST_F()
155 base::flat_set<Notification>{CreateNotification(expected_id1)}); in TEST_F()
182 CreateNotification(expected_id1), CreateNotification(expected_id2)}); in TEST_F()
213 CreateNotification(expected_id1), CreateNotification(expected_id2)}); in TEST_F()
220 base::flat_set<Notification>{CreateNotification(expected_id1)}); in TEST_F()
231 base::flat_set<Notification>{CreateNotification(expected_id1)}); in TEST_F()
266 base::flat_set<Notification>{CreateNotification(/*notification_id=*/1)}); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/external_arc/message_center/
H A Darc_notification_content_view_unittest.cc283 Notification notification = CreateNotification(notification_item.get()); in TEST_F()
298 Notification notification = CreateNotification(notification_item.get()); in TEST_F()
541 auto notification = CreateNotification(notification_item.get()); in TEST_F()
556 auto notification = CreateNotification(notification_item.get()); in TEST_F()
573 auto notification = CreateNotification(notification_item.get()); in TEST_F()
590 auto notification = CreateNotification(notification_item.get()); in TEST_F()
621 auto notification = CreateNotification(notification_item.get()); in TEST_F()
652 auto notification = CreateNotification(notification_item.get()); in TEST_F()
679 auto notification = CreateNotification(notification_item.get()); in TEST_F()
704 auto notification = CreateNotification(notification_item.get()); in TEST_F()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Dclient_notifications_test.cc110 TEST_F(NotificationsTest, CreateNotification) { in TEST_F() argument
121 EXPECT_CALL(*mock_, CreateNotification(_)) in TEST_F()
132 StatusOr<NotificationMetadata> actual = client_->CreateNotification( in TEST_F()
143 mock_, EXPECT_CALL(*mock_, CreateNotification(_)), in TEST_F()
146 .CreateNotification("test-bucket-name", "test-topic-1", in TEST_F()
156 *client_, EXPECT_CALL(*mock_, CreateNotification(_)), in TEST_F()
159 .CreateNotification("test-bucket-name", "test-topic-1", in TEST_F()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Dclient_notifications_test.cc111 TEST_F(NotificationsTest, CreateNotification) { in TEST_F() argument
122 EXPECT_CALL(*mock_, CreateNotification(_)) in TEST_F()
133 StatusOr<NotificationMetadata> actual = client_->CreateNotification( in TEST_F()
144 mock_, EXPECT_CALL(*mock_, CreateNotification(_)), in TEST_F()
147 .CreateNotification("test-bucket-name", "test-topic-1", in TEST_F()
157 *client_, EXPECT_CALL(*mock_, CreateNotification(_)), in TEST_F()
160 .CreateNotification("test-bucket-name", "test-topic-1", in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/examples/
H A Dstorage_notification_samples.cc42 void CreateNotification(google::cloud::storage::Client client, in CreateNotification() function
50 client.CreateNotification(bucket_name, topic_name, in CreateNotification()
145 CreateNotification(client, {bucket_name, topic_name}); in RunAll()
154 .CreateNotification( in RunAll()
161 .CreateNotification(bucket_name, topic_name, in RunAll()
194 CreateNotification), in main()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/examples/
H A Dstorage_notification_samples.cc42 void CreateNotification(google::cloud::storage::Client client, in CreateNotification() function
50 client.CreateNotification(bucket_name, topic_name, in CreateNotification()
144 CreateNotification(client, {bucket_name, topic_name}); in RunAll()
153 .CreateNotification( in RunAll()
160 .CreateNotification(bucket_name, topic_name, in RunAll()
193 CreateNotification), in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_notification_controller.cc35 std::unique_ptr<message_center::Notification> CreateNotification( in CreateNotification() function
65 ShowNotification(CreateNotification( in ShowChromebookAddedNotification()
88 ShowNotification(CreateNotification( in ShowPairingChangeNotification()
113 ShowNotification(CreateNotification( in ShowPairingChangeAppliedNotification()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dbattery_notification.cc65 std::unique_ptr<Notification> CreateNotification( in CreateNotification() function
120 message_center_->AddNotification(CreateNotification(notification_state)); in BatteryNotification()
132 CreateNotification(notification_state)); in Update()
H A Ddual_role_notification.cc106 message_center_->AddNotification(CreateNotification()); in Update()
109 CreateNotification()); in Update()
113 std::unique_ptr<Notification> DualRoleNotification::CreateNotification() { in CreateNotification() function in ash::DualRoleNotification
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/screen_security/
H A Dscreen_security_notification_controller.cc42 void ScreenSecurityNotificationController::CreateNotification( in CreateNotification() function in ash::ScreenSecurityNotificationController
136 CreateNotification(screen_capture_status, true /* is_capture */); in OnScreenCaptureStart()
157 CreateNotification(help_label_text, false /* is_capture */); in OnScreenShareStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/
H A Dtracing_notification_controller.cc54 CreateNotification(); in OnTracingModeChanged()
61 void TracingNotificationController::CreateNotification() { in CreateNotification() function in ash::TracingNotificationController
H A Dcaps_lock_notification_controller.cc31 std::unique_ptr<Notification> CreateNotification() { in CreateNotification() function
99 MessageCenter::Get()->AddNotification(CreateNotification()); in OnCapsLockChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/network/
H A Dtether_notification_presenter.cc142 ShowNotification(CreateNotification( in NotifyPotentialHotspotNearby()
159 ShowNotification(CreateNotification( in NotifyMultiplePotentialHotspotsNearby()
198 ShowNotification(CreateNotification( in NotifySetupRequired()
296 TetherNotificationPresenter::CreateNotification( in CreateNotification() function in chromeos::tether::TetherNotificationPresenter
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/network/
H A Dwifi_toggle_notification_controller.cc30 std::unique_ptr<Notification> CreateNotification(bool wifi_enabled) { in CreateNotification() function
75 message_center->AddNotification(CreateNotification(!enabled)); in RequestToggleWifi()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/ui/
H A Dgnubby_notification.cc41 void GnubbyNotification::CreateNotification() { in CreateNotification() function in chromeos::GnubbyNotification
65 CreateNotification(); in ShowNotification()
H A Dlow_disk_notification.cc84 *CreateNotification(severity)); in LowDiskSpace()
91 LowDiskNotification::CreateNotification(Severity severity) { in CreateNotification() function in chromeos::LowDiskNotification
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/multi_device_setup/
H A Dmulti_device_notification_presenter.cc234 CreateNotification(title, message)); in ShowNotification()
236 message_center_->AddNotification(CreateNotification(title, message)); in ShowNotification()
242 MultiDeviceNotificationPresenter::CreateNotification( in CreateNotification() function in ash::MultiDeviceNotificationPresenter
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dnotifications_browsertest.cc281 std::unique_ptr<message_center::Notification> CreateNotification( in CreateNotification() function in AppNotificationsWebNotificationTest
334 auto notification = CreateNotification(notification_id, origin); in IN_PROC_BROWSER_TEST_F()
351 notification = CreateNotification(notification_id, origin); in IN_PROC_BROWSER_TEST_F()
372 auto notification = CreateNotification(notification_id, origin); in IN_PROC_BROWSER_TEST_F()
395 notification = CreateNotification(notification_id, origin); in IN_PROC_BROWSER_TEST_F()
422 notification = CreateNotification(notification_id1, origin); in IN_PROC_BROWSER_TEST_F()
435 notification = CreateNotification(notification_id2, origin); in IN_PROC_BROWSER_TEST_F()
473 auto notification = CreateNotification(notification_id, origin); in IN_PROC_BROWSER_TEST_F()
503 auto notification = CreateNotification(notification_id, origin); in IN_PROC_BROWSER_TEST_F()
548 notification = CreateNotification(notification_id2, origin); in IN_PROC_BROWSER_TEST_F()
[all …]

123456789