Home
last modified time | relevance | path

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

/external/chromium_org/content/worker/
Dworker_webapplicationcachehost_impl.cc40 bool WorkerWebApplicationCacheHostImpl::selectCacheWithManifest( in selectCacheWithManifest() function in content::WorkerWebApplicationCacheHostImpl
Dworker_webapplicationcachehost_impl.h49 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
/external/chromium_org/third_party/WebKit/Source/web/
DApplicationCacheHost.cpp102 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) in selectCacheWithManifest() function in WebCore::ApplicationCacheHost
105 if (!m_internal->m_outerHost->selectCacheWithManifest(manifestURL)) { in selectCacheWithManifest()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLHtmlElement.cpp72 … documentLoader->applicationCacheHost()->selectCacheWithManifest(document().completeURL(manifest)); in insertedByParser()
/external/chromium_org/third_party/WebKit/public/web/
DWebApplicationCacheHost.h84 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; } in selectCacheWithManifest() function
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.h53 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL); in NON_EXPORTED_BASE()
Dweb_application_cache_host_impl.cc206 bool WebApplicationCacheHostImpl::selectCacheWithManifest( in selectCacheWithManifest() function in content::WebApplicationCacheHostImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.h112 void selectCacheWithManifest(const KURL& manifestURL);