Searched refs:CacheMatchCallbacks (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebServiceWorkerCache.h | 23 typedef WebCallbacks<WebServiceWorkerResponse, WebServiceWorkerCacheError> CacheMatchCallbacks; typedef 60 …virtual void dispatchMatch(CacheMatchCallbacks*, const WebServiceWorkerRequest&, const QueryParams…
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | Cache.cpp | 34 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()
|
D | CacheTest.cpp | 56 …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/ |
D | service_worker_cache_storage_dispatcher.h | 95 blink::WebServiceWorkerCache::CacheMatchCallbacks* callbacks, 125 typedef IDMap<blink::WebServiceWorkerCache::CacheMatchCallbacks,
|
D | service_worker_cache_storage_dispatcher.cc | 185 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()
|