Home
last modified time | relevance | path

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

/external/chromium_org/content/worker/
Dworker_webapplicationcachehost_impl.cc40 bool WorkerWebApplicationCacheHostImpl::selectCacheWithManifest( in selectCacheWithManifest() function in content::WorkerWebApplicationCacheHostImpl
/external/chromium_org/third_party/WebKit/Source/web/
DApplicationCacheHost.cpp102 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) in selectCacheWithManifest() function in WebCore::ApplicationCacheHost
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc206 bool WebApplicationCacheHostImpl::selectCacheWithManifest( in selectCacheWithManifest() function in content::WebApplicationCacheHostImpl
/external/chromium_org/third_party/WebKit/public/web/
DWebApplicationCacheHost.h84 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; } in selectCacheWithManifest() function