Home
last modified time | relevance | path

Searched refs:mainResourceApplicationCache (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/loader/
DDocumentLoader.h213 ApplicationCache* mainResourceApplicationCache() const;
DDocumentLoader.cpp268 …ASSERT(!mainResourceApplicationCache()); // If the main resource were loaded from a cache, it woul… in mainReceivedError()
872 ApplicationCache* DocumentLoader::mainResourceApplicationCache() const in mainResourceApplicationCache() function in WebCore::DocumentLoader
DMainResourceLoader.cpp356 if (!group && dl->applicationCache() && !dl->mainResourceApplicationCache()) in didFinishLoading()
/external/webkit/WebCore/loader/appcache/
DApplicationCacheGroup.cpp125 ApplicationCache* mainResourceCache = documentLoader->mainResourceApplicationCache(); in selectCache()
175 ApplicationCache* mainResourceCache = documentLoader->mainResourceApplicationCache(); in selectCacheWithoutManifestURL()
/external/webkit/WebCore/
DChangeLog-2008-08-1028475 (WebCore::DocumentLoader::mainResourceApplicationCache):