Home
last modified time | relevance | path

Searched defs:selectCacheWithManifest (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/shared_worker/
Dembedded_shared_worker_stub.cc50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) { in selectCacheWithManifest() function in content::__anon694480fb0111::SharedWorkerWebApplicationCacheHostImpl
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc198 bool WebApplicationCacheHostImpl::selectCacheWithManifest( in selectCacheWithManifest() function in content::WebApplicationCacheHostImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.cpp114 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) in selectCacheWithManifest() function in blink::ApplicationCacheHost
/external/chromium_org/third_party/WebKit/public/platform/
DWebApplicationCacheHost.h94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; } in selectCacheWithManifest() function