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

  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 198 bool WebApplicationCacheHostImpl::selectCacheWithManifest(
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_stub.cc 50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) {
  /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)) {
  /external/chromium_org/third_party/WebKit/public/platform/
WebApplicationCacheHost.h 94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; }

Completed in 100 milliseconds