Searched defs:testCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheTest.cpp265 ErrorWebCacheForTests* testCache; local
266 Cache* cache = Cache::create(testCache = new NotImplementedErrorCache());
275 cache = Cache::create(testCache = new ErrorWebCacheForTests(WebServiceWorkerCacheErrorNotFound));
279 cache = Cache::create(testCache = new ErrorWebCacheForTests(WebServiceWorkerCacheErrorExists));
288 ErrorWebCacheForTests* testCache; local
289 Cache* cache = Cache::create(testCache = new NotImplementedErrorCache());
293 testCache->setExpectedUrl(&url);
298 testCache->setExpectedQueryParams(&expectedQueryParams);
307 EXPECT_EQ("dispatchMatch", testCache->getAndClearLastErrorWebCacheMethodCalled());
311 EXPECT_EQ("dispatchMatch", testCache
342 ErrorWebCacheForTests* testCache; local
[all...]

Completed in 245 milliseconds