Home
last modified time | relevance | path

Searched refs:selectCacheWithManifest (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/worker/
Dworker_webapplicationcachehost_impl.cc37 bool WorkerWebApplicationCacheHostImpl::selectCacheWithManifest( in selectCacheWithManifest() function in content::WorkerWebApplicationCacheHostImpl
Dworker_webapplicationcachehost_impl.h31 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLHtmlElement.cpp69 … documentLoader->applicationCacheHost()->selectCacheWithManifest(document().completeURL(manifest)); in insertedByParser()
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.cpp114 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) in selectCacheWithManifest() function in WebCore::ApplicationCacheHost
116 if (m_host && !m_host->selectCacheWithManifest(manifestURL)) { in selectCacheWithManifest()
DApplicationCacheHost.h112 void selectCacheWithManifest(const KURL& manifestURL);
/external/chromium_org/third_party/WebKit/public/platform/
DWebApplicationCacheHost.h94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; } in selectCacheWithManifest() function
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.h47 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL); in NON_EXPORTED_BASE()
Dweb_application_cache_host_impl.cc200 bool WebApplicationCacheHostImpl::selectCacheWithManifest( in selectCacheWithManifest() function in content::WebApplicationCacheHostImpl
/external/chromium_org/content/renderer/shared_worker/
Dembedded_shared_worker_stub.cc50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) { in selectCacheWithManifest() function in content::__anon1a2cd9c80111::SharedWorkerWebApplicationCacheHostImpl