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

  /external/chromium_org/content/worker/
worker_webapplicationcachehost_impl.cc 40 bool WorkerWebApplicationCacheHostImpl::selectCacheWithManifest(
worker_webapplicationcachehost_impl.h 49 virtual bool selectCacheWithManifest(const WebKit::WebURL& manifestURL);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHtmlElement.cpp 78 documentLoader->applicationCacheHost()->selectCacheWithManifest(document()->completeURL(manifest));
  /external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHost.h 84 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; }
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 53 virtual bool selectCacheWithManifest(const WebKit::WebURL& manifestURL);
web_application_cache_host_impl.cc 206 bool WebApplicationCacheHostImpl::selectCacheWithManifest(
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 112 void selectCacheWithManifest(const KURL& manifestURL);
  /external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHost.cpp 102 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
105 if (!m_internal->m_outerHost->selectCacheWithManifest(manifestURL)) {

Completed in 115 milliseconds