Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/appcache/
DApplicationCacheGroup.cpp141 …ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicat… in selectCache() local
143 if (mainResourceCache) { in selectCache()
144 if (manifestURL == mainResourceCache->group()->m_manifestURL) { in selectCache()
145mainResourceCache->group()->associateDocumentLoaderWithCache(documentLoader, mainResourceCache); in selectCache()
146 mainResourceCache->group()->update(frame, ApplicationCacheUpdateWithBrowsingContext); in selectCache()
152 ApplicationCacheResource* resource = mainResourceCache->resourceForURL(documentURL); in selectCache()
156 cacheStorage().storeUpdatedType(resource, mainResourceCache); in selectCache()
202 …ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicat… in selectCacheWithoutManifestURL() local
204 if (mainResourceCache) { in selectCacheWithoutManifestURL()
205mainResourceCache->group()->associateDocumentLoaderWithCache(documentLoader, mainResourceCache); in selectCacheWithoutManifestURL()
[all …]