HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerProviderContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/service_worker/
service_worker_provider_context.cc 19 ServiceWorkerProviderContext::ServiceWorkerProviderContext(int provider_id)
32 ServiceWorkerProviderContext::~ServiceWorkerProviderContext() {
39 ServiceWorkerHandleReference* ServiceWorkerProviderContext::waiting() {
44 ServiceWorkerHandleReference* ServiceWorkerProviderContext::current() {
49 void ServiceWorkerProviderContext::OnServiceWorkerStateChanged(
69 void ServiceWorkerProviderContext::OnSetWaitingServiceWorker(
76 void ServiceWorkerProviderContext::OnSetCurrentServiceWorker(
89 int ServiceWorkerProviderContext::current_handle_id() const
    [all...]
service_worker_provider_context.h 35 class ServiceWorkerProviderContext
36 : public base::RefCounted<ServiceWorkerProviderContext> {
38 explicit ServiceWorkerProviderContext(int provider_id);
66 friend class base::RefCounted<ServiceWorkerProviderContext>;
67 ~ServiceWorkerProviderContext();
75 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerProviderContext);

Completed in 44 milliseconds