Searched refs:selectCacheWithManifest (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLHtmlElement.cpp68 documentLoader->applicationCacheHost()->selectCacheWithManifest(document().completeURL(manifest));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebApplicationCacheHost.h94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; } function in class:blink::WebApplicationCacheHost
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.h47 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
H A Dweb_application_cache_host_impl.cc198 bool WebApplicationCacheHostImpl::selectCacheWithManifest( function in class:content::WebApplicationCacheHostImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCacheHost.cpp114 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) function in class:blink::ApplicationCacheHost
116 if (m_host && !m_host->selectCacheWithManifest(manifestURL)) {
H A DApplicationCacheHost.h111 void selectCacheWithManifest(const KURL& manifestURL);
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_stub.cc50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) { function in class:content::__anon7846::SharedWorkerWebApplicationCacheHostImpl

Completed in 692 milliseconds