Home | History | Annotate | Download | only in service_worker

Lines Matching defs:registration

184     ServiceWorkerRegistration* registration) {
186 FindRegistrationHandle(provider_id, registration->id());
194 GetContext()->AsWeakPtr(), this, provider_id, registration));
450 if (handle->provider_id() == provider_id && handle->registration() &&
451 handle->registration()->id() == registration_id) {
460 ServiceWorkerRegistration* registration,
464 registration);
468 registration->installing_version());
470 registration->waiting_version());
472 registration->active_version());
490 ServiceWorkerRegistration* registration =
492 DCHECK(registration);
497 provider_id, registration, &info, &attrs);
504 "Registration ID", registration_id,
694 const scoped_refptr<ServiceWorkerRegistration>& registration) {
698 "Registration ID",
699 registration.get() ? registration->id()
709 DCHECK(registration.get());
710 if (!registration->is_uninstalling()) {
712 provider_id, registration.get(), &info, &attrs);