Searched defs:GetServiceWorkerContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_internals_ui.cc492 partition->GetServiceWorkerContext());
527 partition->GetServiceWorkerContext());
542 bool ServiceWorkerInternalsUI::GetServiceWorkerContext( function in class:content::ServiceWorkerInternalsUI
557 result_partition->GetServiceWorkerContext());
574 !GetServiceWorkerContext(partition_id, &context) ||
598 !GetServiceWorkerContext(partition_id, &context) ||
645 !GetServiceWorkerContext(partition_id, &context) ||
665 !GetServiceWorkerContext(partition_id, &context) ||
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc394 if (GetServiceWorkerContext())
395 GetServiceWorkerContext()->Shutdown();
515 ServiceWorkerContextWrapper* StoragePartitionImpl::GetServiceWorkerContext() { function in class:content::StoragePartitionImpl

Completed in 338 milliseconds