Searched refs:webCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheStorage.cpp61 virtual void onSuccess(WebServiceWorkerCache* webCache) OVERRIDE
64 if (!webCache) {
68 Cache* cache = Cache::create(webCache);
H A DCache.cpp120 Cache* Cache::create(WebServiceWorkerCache* webCache) argument
122 return new Cache(webCache);
268 Cache::Cache(WebServiceWorkerCache* webCache) argument
269 : m_webCache(adoptPtr(webCache)) { }

Completed in 113 milliseconds