Home
last modified time | relevance | path

Searched defs:cacheStorage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DCacheStorage.cpp57 …WithCacheCallbacks(const String& cacheName, CacheStorage* cacheStorage, PassRefPtr<ScriptPromiseRe… in WithCacheCallbacks()
93 …DeleteCallbacks(const String& cacheName, CacheStorage* cacheStorage, PassRefPtr<ScriptPromiseResol… in DeleteCallbacks()
/external/chromium_org/third_party/WebKit/Source/web/
DServiceWorkerGlobalScopeClientImpl.cpp62 WebServiceWorkerCacheStorage* ServiceWorkerGlobalScopeClientImpl::cacheStorage() const in cacheStorage() function in blink::ServiceWorkerGlobalScopeClientImpl
/external/chromium_org/third_party/WebKit/public/web/
DWebServiceWorkerContextClient.h62 virtual WebServiceWorkerCacheStorage* cacheStorage() { return 0; } in cacheStorage() function
/external/chromium_org/content/renderer/service_worker/
Dembedded_worker_context_client.cc136 EmbeddedWorkerContextClient::cacheStorage() { in cacheStorage() function in content::EmbeddedWorkerContextClient