Home
last modified time | relevance | path

Searched refs:dispatchGet (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebServiceWorkerCacheStorage.h34 virtual void dispatchGet(CacheStorageWithCacheCallbacks*, const WebString& cacheName) = 0;
/external/chromium_org/content/renderer/service_worker/
Dservice_worker_cache_storage_dispatcher.h81 virtual void dispatchGet(CacheStorageWithCacheCallbacks* callbacks,
Dservice_worker_cache_storage_dispatcher.cc460 void ServiceWorkerCacheStorageDispatcher::dispatchGet( in dispatchGet() function in content::ServiceWorkerCacheStorageDispatcher
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DCacheStorage.cpp163 … m_webCacheStorage->dispatchGet(new WithCacheCallbacks(cacheName, this, resolver), cacheName); in get()