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

  /external/chromium_org/content/renderer/service_worker/
service_worker_script_context.cc 40 ServiceWorkerScriptContext::ServiceWorkerScriptContext(
48 ServiceWorkerScriptContext::~ServiceWorkerScriptContext() {}
50 void ServiceWorkerScriptContext::OnMessageReceived(
53 IPC_BEGIN_MESSAGE_MAP(ServiceWorkerScriptContext, message)
73 void ServiceWorkerScriptContext::DidHandleActivateEvent(
80 void ServiceWorkerScriptContext::DidHandleInstallEvent(
87 void ServiceWorkerScriptContext::DidHandleFetchEvent(
95 void ServiceWorkerScriptContext::DidHandleSyncEvent(int request_id)
    [all...]
service_worker_script_context.h 38 class ServiceWorkerScriptContext {
40 ServiceWorkerScriptContext(
43 ~ServiceWorkerScriptContext();
105 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerScriptContext);
embedded_worker_context_client.h 30 class ServiceWorkerScriptContext;
42 // or ServiceWorkerScriptContext should be merged into this class
124 scoped_ptr<ServiceWorkerScriptContext> script_context_;
service_worker_cache_storage_dispatcher.h 22 class ServiceWorkerScriptContext;
26 // ServiceWorkerScriptContext. It handles CacheStorage operations with messages
34 ServiceWorkerScriptContext* script_context);
37 // ServiceWorkerScriptContext calls our OnMessageReceived directly.
133 ServiceWorkerScriptContext* script_context_;
embedded_worker_context_client.cc 175 script_context_.reset(new ServiceWorkerScriptContext(this, proxy));
service_worker_cache_storage_dispatcher.cc 223 ServiceWorkerScriptContext* script_context)

Completed in 3052 milliseconds