Home
last modified time | relevance | path

Searched refs:service_worker_registration (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/push_messaging/
H A Dpush_messaging_client.cc57 ServiceWorkerRegistration* service_worker_registration, in Subscribe() argument
73 WrapPersistent(service_worker_registration), in Subscribe()
76 DoSubscribe(service_worker_registration, std::move(options_ptr), in Subscribe()
87 ServiceWorkerRegistration* service_worker_registration, in DidGetManifest() argument
97 service_worker_registration, std::move(callbacks), in DidGetManifest()
111 DoSubscribe(service_worker_registration, std::move(options), user_gesture, in DidGetManifest()
116 ServiceWorkerRegistration* service_worker_registration, in DoSubscribe() argument
123 DidSubscribe(service_worker_registration, std::move(callbacks), in DoSubscribe()
130 service_worker_registration->RegistrationId(), std::move(options), in DoSubscribe()
133 WrapPersistent(service_worker_registration), in DoSubscribe()
[all …]
H A Dpush_messaging_bridge.cc25 ServiceWorkerRegistration* service_worker_registration) { in From() argument
26 DCHECK(service_worker_registration); in From()
30 service_worker_registration); in From()
34 MakeGarbageCollected<PushMessagingBridge>(*service_worker_registration); in From()
36 *service_worker_registration, bridge); in From()
H A Dpush_messaging_client.h42 void Subscribe(ServiceWorkerRegistration* service_worker_registration,
53 void DidGetManifest(ServiceWorkerRegistration* service_worker_registration,
60 void DoSubscribe(ServiceWorkerRegistration* service_worker_registration,
65 void DidSubscribe(ServiceWorkerRegistration* service_worker_registration,
H A Dpush_subscription.cc57 ServiceWorkerRegistration* service_worker_registration) { in Create() argument
61 subscription->auth, service_worker_registration); in Create()
70 ServiceWorkerRegistration* service_worker_registration) in PushSubscription() argument
79 service_worker_registration_(service_worker_registration) {} in PushSubscription()
H A Dpush_subscription_callbacks.cc20 ServiceWorkerRegistration* service_worker_registration) in PushSubscriptionCallbacks() argument
22 service_worker_registration_(service_worker_registration) { in PushSubscriptionCallbacks()
H A Dpush_subscription.h34 ServiceWorkerRegistration* service_worker_registration);
41 ServiceWorkerRegistration* service_worker_registration);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/push_messaging/
H A Dpush_messaging_client.cc61 ServiceWorkerRegistration* service_worker_registration, in Subscribe() argument
77 WrapPersistent(service_worker_registration), in Subscribe()
80 DoSubscribe(service_worker_registration, std::move(options_ptr), in Subscribe()
91 ServiceWorkerRegistration* service_worker_registration, in DidGetManifest() argument
101 service_worker_registration, std::move(callbacks), in DidGetManifest()
115 DoSubscribe(service_worker_registration, std::move(options), user_gesture, in DidGetManifest()
120 ServiceWorkerRegistration* service_worker_registration, in DoSubscribe() argument
127 DidSubscribe(service_worker_registration, std::move(callbacks), in DoSubscribe()
134 service_worker_registration->RegistrationId(), std::move(options), in DoSubscribe()
137 WrapPersistent(service_worker_registration), in DoSubscribe()
[all …]
H A Dpush_messaging_bridge.cc25 ServiceWorkerRegistration* service_worker_registration) { in From() argument
26 DCHECK(service_worker_registration); in From()
30 service_worker_registration); in From()
34 MakeGarbageCollected<PushMessagingBridge>(*service_worker_registration); in From()
36 *service_worker_registration, bridge); in From()
H A Dpush_messaging_client.h40 void Subscribe(ServiceWorkerRegistration* service_worker_registration,
51 void DidGetManifest(ServiceWorkerRegistration* service_worker_registration,
58 void DoSubscribe(ServiceWorkerRegistration* service_worker_registration,
63 void DidSubscribe(ServiceWorkerRegistration* service_worker_registration,
H A Dpush_subscription.cc70 ServiceWorkerRegistration* service_worker_registration) { in Create() argument
75 service_worker_registration); in Create()
85 ServiceWorkerRegistration* service_worker_registration) in PushSubscription() argument
95 service_worker_registration_(service_worker_registration) {} in PushSubscription()
H A Dpush_subscription_callbacks.cc20 ServiceWorkerRegistration* service_worker_registration) in PushSubscriptionCallbacks() argument
22 service_worker_registration_(service_worker_registration) { in PushSubscriptionCallbacks()
H A Dpush_subscription.h35 ServiceWorkerRegistration* service_worker_registration);
43 ServiceWorkerRegistration* service_worker_registration);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/background_fetch/
H A Dbackground_fetch_bridge.cc19 ServiceWorkerRegistration* service_worker_registration) { in From() argument
20 DCHECK(service_worker_registration); in From()
24 service_worker_registration); in From()
28 *service_worker_registration); in From()
29 ProvideTo(*service_worker_registration, bridge); in From()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_fetch/
H A Dbackground_fetch_test_base.cc53 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in DidFindServiceWorkerRegistration() argument
58 *out_service_worker_registration = service_worker_registration; in DidFindServiceWorkerRegistration()
129 scoped_refptr<ServiceWorkerRegistration> service_worker_registration; in RegisterServiceWorkerForOrigin() local
136 &service_worker_registration, run_loop.QuitClosure())); in RegisterServiceWorkerForOrigin()
144 if (!service_worker_registration) { in RegisterServiceWorkerForOrigin()
150 std::move(service_worker_registration)); in RegisterServiceWorkerForOrigin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_fetch/
H A Dbackground_fetch_test_base.cc53 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in DidFindServiceWorkerRegistration() argument
58 *out_service_worker_registration = service_worker_registration; in DidFindServiceWorkerRegistration()
129 scoped_refptr<ServiceWorkerRegistration> service_worker_registration; in RegisterServiceWorkerForOrigin() local
136 &service_worker_registration, run_loop.QuitClosure())); in RegisterServiceWorkerForOrigin()
144 if (!service_worker_registration) { in RegisterServiceWorkerForOrigin()
150 std::move(service_worker_registration)); in RegisterServiceWorkerForOrigin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/background_fetch/
H A Dbackground_fetch_bridge.cc19 ServiceWorkerRegistration* service_worker_registration) { in From() argument
20 DCHECK(service_worker_registration); in From()
24 service_worker_registration); in From()
28 *service_worker_registration); in From()
29 ProvideTo(*service_worker_registration, bridge); in From()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/push_messaging/
H A Dpush_messaging_router.cc94 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in FindServiceWorkerRegistrationCallback() argument
109 ServiceWorkerVersion* version = service_worker_registration->active_version(); in FindServiceWorkerRegistrationCallback()
120 std::move(service_worker_registration), in FindServiceWorkerRegistrationCallback()
128 scoped_refptr<ServiceWorkerRegistration> service_worker_registration, in DeliverMessageToWorker() argument
137 std::move(service_worker_registration), in DeliverMessageToWorker()
146 std::move(service_worker_registration), devtools_context, in DeliverMessageToWorker()
169 scoped_refptr<ServiceWorkerRegistration> service_worker_registration, in DeliverMessageEnd() argument
H A Dpush_messaging_router.h67 scoped_refptr<ServiceWorkerRegistration> service_worker_registration);
73 scoped_refptr<ServiceWorkerRegistration> service_worker_registration,
84 scoped_refptr<ServiceWorkerRegistration> service_worker_registration,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dservice_worker_test_helpers.cc92 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in StopServiceWorkerForRegistration() argument
96 service_worker_registration->active_version()->version_id(); in StopServiceWorkerForRegistration()
99 service_worker_registration->active_version()->embedded_worker()->Stop(); in StopServiceWorkerForRegistration()
105 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in DispatchNotificationClickForRegistration() argument
109 service_worker_registration->active_version(); in DispatchNotificationClickForRegistration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/notifications/
H A Dnotification_storage_unittest.cc50 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in DidFindServiceWorkerRegistration() argument
55 *out_service_worker_registration = service_worker_registration; in DidFindServiceWorkerRegistration()
84 scoped_refptr<ServiceWorkerRegistration> service_worker_registration; in RegisterServiceWorker() local
92 base::Unretained(this), &service_worker_registration, in RegisterServiceWorker()
100 if (!service_worker_registration) { in RegisterServiceWorker()
106 std::move(service_worker_registration)); in RegisterServiceWorker()
H A Dnotification_event_dispatcher_impl.cc103 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in DispatchNotificationEventOnRegistration() argument
113 DCHECK(service_worker_registration->active_version()); in DispatchNotificationEventOnRegistration()
116 .Run(service_worker_registration.get(), notification_database_data, in DispatchNotificationEventOnRegistration()
245 const ServiceWorkerRegistration* service_worker_registration, in DoDispatchNotificationClickEvent() argument
256 service_worker_registration->active_version()->RunAfterStartWorker( in DoDispatchNotificationClickEvent()
260 base::WrapRefCounted(service_worker_registration->active_version()), in DoDispatchNotificationClickEvent()
330 const ServiceWorkerRegistration* service_worker_registration, in DoDispatchNotificationCloseEvent() argument
335 service_worker_registration->active_version()->RunAfterStartWorker( in DoDispatchNotificationCloseEvent()
339 base::WrapRefCounted(service_worker_registration->active_version()), in DoDispatchNotificationCloseEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/notifications/
H A Dnotification_storage_unittest.cc49 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in DidFindServiceWorkerRegistration() argument
54 *out_service_worker_registration = service_worker_registration; in DidFindServiceWorkerRegistration()
83 scoped_refptr<ServiceWorkerRegistration> service_worker_registration; in RegisterServiceWorker() local
91 base::Unretained(this), &service_worker_registration, in RegisterServiceWorker()
99 if (!service_worker_registration) { in RegisterServiceWorker()
105 std::move(service_worker_registration)); in RegisterServiceWorker()
H A Dnotification_event_dispatcher_impl.cc104 scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { in DispatchNotificationEventOnRegistration() argument
114 DCHECK(service_worker_registration->active_version()); in DispatchNotificationEventOnRegistration()
117 .Run(service_worker_registration.get(), notification_database_data, in DispatchNotificationEventOnRegistration()
245 const ServiceWorkerRegistration* service_worker_registration, in DoDispatchNotificationClickEvent() argument
256 service_worker_registration->active_version()->RunAfterStartWorker( in DoDispatchNotificationClickEvent()
260 base::WrapRefCounted(service_worker_registration->active_version()), in DoDispatchNotificationClickEvent()
330 const ServiceWorkerRegistration* service_worker_registration, in DoDispatchNotificationCloseEvent() argument
335 service_worker_registration->active_version()->RunAfterStartWorker( in DoDispatchNotificationCloseEvent()
339 base::WrapRefCounted(service_worker_registration->active_version()), in DoDispatchNotificationCloseEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cookie_store/
H A Dcookie_store_manager.cc163 ServiceWorkerRegistration* service_worker_registration = in AddSubscriptions() local
169 if (!service_worker_registration || in AddSubscriptions()
170 !service_worker_registration->active_version()) { in AddSubscriptions()
176 url::Origin::Create(service_worker_registration->scope()))) { in AddSubscriptions()
190 if (!ServiceWorkerUtils::ScopeMatches(service_worker_registration->scope(), in AddSubscriptions()
214 std::move(mojo_subscription), service_worker_registration->id()); in AddSubscriptions()
259 ServiceWorkerRegistration* service_worker_registration = in RemoveSubscriptions() local
265 if (!service_worker_registration || in RemoveSubscriptions()
266 !service_worker_registration->active_version()) { in RemoveSubscriptions()
272 url::Origin::Create(service_worker_registration->scope()))) { in RemoveSubscriptions()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/cookie_store/
H A Dcookie_store_manager.cc163 ServiceWorkerRegistration* service_worker_registration = in AddSubscriptions() local
169 if (!service_worker_registration || in AddSubscriptions()
170 !service_worker_registration->active_version()) { in AddSubscriptions()
176 url::Origin::Create(service_worker_registration->scope()))) { in AddSubscriptions()
190 if (!blink::ServiceWorkerScopeMatches(service_worker_registration->scope(), in AddSubscriptions()
214 std::move(mojo_subscription), service_worker_registration->id()); in AddSubscriptions()
259 ServiceWorkerRegistration* service_worker_registration = in RemoveSubscriptions() local
265 if (!service_worker_registration || in RemoveSubscriptions()
266 !service_worker_registration->active_version()) { in RemoveSubscriptions()
272 url::Origin::Create(service_worker_registration->scope()))) { in RemoveSubscriptions()
[all …]

123