Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp156 …ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicat… in selectCache() local
158 if (mainResourceCache) { in selectCache()
159 if (manifestURL == mainResourceCache->group()->m_manifestURL) { in selectCache()
161 if (mainResourceCache->group()->isObsolete()) in selectCache()
163mainResourceCache->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() local
222 if (mainResourceCache) { in selectCacheWithoutManifestURL()
[all …]