Home
last modified time | relevance | path

Searched refs:CacheMatchCallbacks (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebServiceWorkerCache.h23 typedef WebCallbacks<WebServiceWorkerResponse, WebServiceWorkerCacheError> CacheMatchCallbacks; typedef
60 …virtual void dispatchMatch(CacheMatchCallbacks*, const WebServiceWorkerRequest&, const QueryParams…
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DCache.cpp34 class CacheMatchCallbacks : public WebServiceWorkerCache::CacheMatchCallbacks { class
35 WTF_MAKE_NONCOPYABLE(CacheMatchCallbacks);
37 CacheMatchCallbacks(PassRefPtr<ScriptPromiseResolver> resolver) in CacheMatchCallbacks() function in blink::__anon5ec56f6a0111::CacheMatchCallbacks
278 …m_webCache->dispatchMatch(new CacheMatchCallbacks(resolver), webRequest, toWebQueryParams(queryPar… in matchImpl()
DCacheTest.cpp56 …virtual void dispatchMatch(CacheMatchCallbacks* callbacks, const WebServiceWorkerRequest& webReque… in dispatchMatch()
62 OwnPtr<CacheMatchCallbacks> ownedCallbacks(adoptPtr(callbacks)); in dispatchMatch()
410 …virtual void dispatchMatch(CacheMatchCallbacks* callbacks, const WebServiceWorkerRequest& webReque… in dispatchMatch()
412 OwnPtr<CacheMatchCallbacks> ownedCallbacks(adoptPtr(callbacks)); in dispatchMatch()
/external/chromium_org/content/renderer/service_worker/
Dservice_worker_cache_storage_dispatcher.h95 blink::WebServiceWorkerCache::CacheMatchCallbacks* callbacks,
125 typedef IDMap<blink::WebServiceWorkerCache::CacheMatchCallbacks,
Dservice_worker_cache_storage_dispatcher.cc185 virtual void dispatchMatch(CacheMatchCallbacks* callbacks, in dispatchMatch()
378 blink::WebServiceWorkerCache::CacheMatchCallbacks* callbacks = in OnCacheMatchSuccess()
427 blink::WebServiceWorkerCache::CacheMatchCallbacks* callbacks = in OnCacheMatchError()
501 blink::WebServiceWorkerCache::CacheMatchCallbacks* callbacks, in dispatchMatchForCache()