Searched refs:mainResourceCache (Results 1 – 1 of 1) sorted by relevance
156 …ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicat… in selectCache() local158 if (mainResourceCache) { in selectCache()159 if (manifestURL == mainResourceCache->group()->m_manifestURL) { in selectCache()161 if (mainResourceCache->group()->isObsolete()) in selectCache()163 … mainResourceCache->group()->associateDocumentLoaderWithCache(documentLoader, mainResourceCache); in selectCache()164 mainResourceCache->group()->update(frame, ApplicationCacheUpdateWithBrowsingContext); in selectCache()170 ApplicationCacheResource* resource = mainResourceCache->resourceForURL(resourceURL); in selectCache()174 cacheStorage().storeUpdatedType(resource, mainResourceCache); in selectCache()220 …ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicat… in selectCacheWithoutManifestURL() local222 if (mainResourceCache) { in selectCacheWithoutManifestURL()[all …]