OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetServiceWorker
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/child/service_worker/
web_service_worker_provider_impl.cc
67
GetDispatcher()->
GetServiceWorker
(attrs.installing, false));
69
GetDispatcher()->
GetServiceWorker
(attrs.waiting, false));
71
GetDispatcher()->
GetServiceWorker
(attrs.active, false));
77
client->setController(GetDispatcher()->
GetServiceWorker
(
service_worker_dispatcher.cc
226
WebServiceWorkerImpl* ServiceWorkerDispatcher::
GetServiceWorker
(
543
found->second->SetInstalling(
GetServiceWorker
(info, false));
572
found->second->SetWaiting(
GetServiceWorker
(info, false));
601
found->second->SetActive(
GetServiceWorker
(info, false));
627
registration->SetInstalling(
GetServiceWorker
(attrs.installing, false));
628
registration->SetWaiting(
GetServiceWorker
(attrs.waiting, false));
629
registration->SetActive(
GetServiceWorker
(attrs.active, false));
654
found->second->setController(
GetServiceWorker
(info, false));
723
registration->SetInstalling(
GetServiceWorker
(attrs.installing, true));
724
registration->SetWaiting(
GetServiceWorker
(attrs.waiting, true))
[
all
...]
service_worker_dispatcher.h
103
WebServiceWorkerImpl*
GetServiceWorker
(
Completed in 978 milliseconds