HomeSort by relevance Sort by last modified time
    Searched refs:GetServiceWorker (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/service_worker/
web_service_worker_provider_impl.cc 52 GetDispatcher()->GetServiceWorker(context_->waiting()->info(), false));
57 GetDispatcher()->GetServiceWorker(context_->current()->info(), false));
service_worker_dispatcher.cc 176 WebServiceWorkerImpl* ServiceWorkerDispatcher::GetServiceWorker(
212 callbacks->onSuccess(GetServiceWorker(info, true));
282 found->second->setWaiting(GetServiceWorker(info, false));
299 found->second->setController(GetServiceWorker(info, false));
service_worker_dispatcher.h 86 WebServiceWorkerImpl* GetServiceWorker(const ServiceWorkerObjectInfo&,

Completed in 3962 milliseconds