Searched refs:NotifyInstallingRegistration (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration.cc188 context_->storage()->NotifyInstallingRegistration(this);
H A Dservice_worker_storage.h147 void NotifyInstallingRegistration(
H A Dservice_worker_storage_unittest.cc500 storage()->NotifyInstallingRegistration(live_registration.get());
953 storage()->NotifyInstallingRegistration(live_registration1.get());
954 storage()->NotifyInstallingRegistration(live_registration2.get());
955 storage()->NotifyInstallingRegistration(live_registration3.get());
H A Dservice_worker_register_job.cc312 context_->storage()->NotifyInstallingRegistration(registration());
H A Dservice_worker_storage.cc623 void ServiceWorkerStorage::NotifyInstallingRegistration( function in class:content::ServiceWorkerStorage

Completed in 319 milliseconds