Home | History | Annotate | Download | only in service_worker

Lines Matching defs:registration

52   if (!context_->registration()) {
53 // This provider is not associated with any registration.
57 // Set .ready if the associated registration has the active service worker.
59 WebServiceWorkerRegistrationImpl* registration =
61 context_->registration()->info(), false);
62 if (!registration) {
63 registration = GetDispatcher()->CreateServiceWorkerRegistration(
64 context_->registration()->info(), false);
66 registration->SetInstalling(
68 registration->SetWaiting(
70 registration->SetActive(
73 client->setReadyRegistration(registration);