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

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp156 ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicationCache(); local
158 if (mainResourceCache) {
159 if (manifestURL == mainResourceCache->group()->m_manifestURL) {
161 if (mainResourceCache->group()->isObsolete())
163 mainResourceCache->group()->associateDocumentLoaderWithCache(documentLoader, mainResourceCache);
164 mainResourceCache->group()->update(frame, ApplicationCacheUpdateWithBrowsingContext);
170 ApplicationCacheResource* resource = mainResourceCache->resourceForURL(resourceURL);
174 cacheStorage().storeUpdatedType(resource, mainResourceCache);
220 ApplicationCache* mainResourceCache local
[all...]

Completed in 378 milliseconds