HomeSort by relevance Sort by last modified time
    Searched refs:selectCacheWithManifest (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHtmlElement.cpp 68 documentLoader->applicationCacheHost()->selectCacheWithManifest(document().completeURL(manifest));
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 47 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
web_application_cache_host_impl.cc 198 bool WebApplicationCacheHostImpl::selectCacheWithManifest(
  /external/chromium_org/third_party/WebKit/public/platform/
WebApplicationCacheHost.h 94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.cpp 114 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
116 if (m_host && !m_host->selectCacheWithManifest(manifestURL)) {
ApplicationCacheHost.h 111 void selectCacheWithManifest(const KURL& manifestURL);
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_stub.cc 50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) {

Completed in 179 milliseconds