HomeSort by relevance Sort by last modified time
    Searched refs:dispatchMatchAll (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerCache.h 61 virtual void dispatchMatchAll(CacheWithResponsesCallbacks*, const WebServiceWorkerRequest&, const QueryParams&) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
CacheTest.cpp 67 virtual void dispatchMatchAll(CacheWithResponsesCallbacks* callbacks, const WebServiceWorkerRequest& webRequest, const QueryParams& queryParams) OVERRIDE
69 m_lastErrorWebCacheMethodCalled = "dispatchMatchAll";
317 EXPECT_EQ("dispatchMatchAll", testCache->getAndClearLastErrorWebCacheMethodCalled());
321 EXPECT_EQ("dispatchMatchAll", testCache->getAndClearLastErrorWebCacheMethodCalled());
487 virtual void dispatchMatchAll(CacheWithResponsesCallbacks* callbacks, const WebServiceWorkerRequest& webRequest, const QueryParams& queryParams) OVERRIDE
Cache.cpp 289 m_webCache->dispatchMatchAll(new CacheWithResponsesCallbacks(resolver), webRequest, toWebQueryParams(queryParams));
  /external/chromium_org/content/renderer/service_worker/
service_worker_cache_storage_dispatcher.cc 193 virtual void dispatchMatchAll(CacheWithResponsesCallbacks* callbacks,

Completed in 689 milliseconds