OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:script_context_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.cc
137
return
script_context_
->cache_storage();
146
DCHECK(
script_context_
);
147
script_context_
->GetClientDocuments(callbacks);
156
DCHECK(!
script_context_
);
173
DCHECK(!
script_context_
);
175
script_context_
.reset(new ServiceWorkerScriptContext(this, proxy));
199
script_context_
.reset();
259
DCHECK(
script_context_
);
260
script_context_
->DidHandleActivateEvent(request_id, result);
266
DCHECK(
script_context_
);
[
all
...]
service_worker_cache_storage_dispatcher.cc
224
:
script_context_
(script_context),
464
script_context_
->Send(new ServiceWorkerHostMsg_CacheStorageGet(
465
script_context_
->GetRoutingID(), request_id, cacheName));
472
script_context_
->Send(new ServiceWorkerHostMsg_CacheStorageHas(
473
script_context_
->GetRoutingID(), request_id, cacheName));
480
script_context_
->Send(new ServiceWorkerHostMsg_CacheStorageCreate(
481
script_context_
->GetRoutingID(), request_id, cacheName));
488
script_context_
->Send(new ServiceWorkerHostMsg_CacheStorageDelete(
489
script_context_
->GetRoutingID(), request_id, cacheName));
495
script_context_
->Send(new ServiceWorkerHostMsg_CacheStorageKeys
[
all
...]
embedded_worker_context_client.h
64
// on to
script_context_
.
124
scoped_ptr<ServiceWorkerScriptContext>
script_context_
;
member in class:content::EmbeddedWorkerContextClient
service_worker_cache_storage_dispatcher.h
133
ServiceWorkerScriptContext*
script_context_
;
member in class:content::ServiceWorkerCacheStorageDispatcher
Completed in 106 milliseconds