selectCacheWithManifest 72 Source/core/html/HTMLHtmlElement.cpp documentLoader->applicationCacheHost()->selectCacheWithManifest(document().completeURL(manifest)); selectCacheWithManifest 116 Source/core/loader/appcache/ApplicationCacheHost.cpp if (m_host && !m_host->selectCacheWithManifest(manifestURL)) { selectCacheWithManifest 112 Source/core/loader/appcache/ApplicationCacheHost.h void selectCacheWithManifest(const KURL& manifestURL); selectCacheWithManifest 94 public/platform/WebApplicationCacheHost.h virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; }