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

  /external/chromium_org/content/child/service_worker/
web_service_worker_registration_impl.h 31 void SetInstalling(blink::WebServiceWorker* service_worker);
web_service_worker_provider_impl.cc 66 registration->SetInstalling(
web_service_worker_registration_impl.cc 43 void WebServiceWorkerRegistrationImpl::SetInstalling(
46 proxy_->setInstalling(service_worker);
85 proxy_->setInstalling(it->worker);
service_worker_dispatcher.cc 543 found->second->SetInstalling(GetServiceWorker(info, false));
627 registration->SetInstalling(GetServiceWorker(attrs.installing, false));
723 registration->SetInstalling(GetServiceWorker(attrs.installing, true));

Completed in 1530 milliseconds