Home
last modified time | relevance | path

Searched refs:cacheStorage (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DCacheStorage.cpp57 …WithCacheCallbacks(const String& cacheName, CacheStorage* cacheStorage, PassRefPtr<ScriptPromiseRe… in WithCacheCallbacks() argument
58 : m_cacheName(cacheName), m_cacheStorage(cacheStorage), m_resolver(resolver) { } in WithCacheCallbacks()
93 …DeleteCallbacks(const String& cacheName, CacheStorage* cacheStorage, PassRefPtr<ScriptPromiseResol… in DeleteCallbacks() argument
94 : m_cacheName(cacheName), m_cacheStorage(cacheStorage), m_resolver(resolver) { } in DeleteCallbacks()
DServiceWorkerGlobalScopeClient.h58 virtual WebServiceWorkerCacheStorage* cacheStorage() const = 0;
DServiceWorkerGlobalScope.cpp88 … m_caches = CacheStorage::create(ServiceWorkerGlobalScopeClient::from(context)->cacheStorage()); in caches()
/external/chromium_org/third_party/WebKit/Source/web/
DServiceWorkerGlobalScopeClientImpl.cpp62 WebServiceWorkerCacheStorage* ServiceWorkerGlobalScopeClientImpl::cacheStorage() const in cacheStorage() function in blink::ServiceWorkerGlobalScopeClientImpl
64 return m_client.cacheStorage(); in cacheStorage()
DServiceWorkerGlobalScopeClientImpl.h52 virtual WebServiceWorkerCacheStorage* cacheStorage() const OVERRIDE;
/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.h66 virtual blink::WebServiceWorkerCacheStorage* cacheStorage();
Dembedded_worker_context_client.cc136 EmbeddedWorkerContextClient::cacheStorage() { in cacheStorage() function in content::EmbeddedWorkerContextClient