Searched refs:mainResourceCache (Results 1 – 1 of 1) sorted by relevance
141 …ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicat… in selectCache() local143 if (mainResourceCache) { in selectCache()144 if (manifestURL == mainResourceCache->group()->m_manifestURL) { in selectCache()145 … mainResourceCache->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() local204 if (mainResourceCache) { in selectCacheWithoutManifestURL()205 … mainResourceCache->group()->associateDocumentLoaderWithCache(documentLoader, mainResourceCache); in selectCacheWithoutManifestURL()[all …]