Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/appcache/
DApplicationCacheGroup.cpp66 ASSERT(m_newestCache); in ~ApplicationCacheGroup()
68 ASSERT(m_caches.contains(m_newestCache.get())); in ~ApplicationCacheGroup()
72 ASSERT(m_newestCache->group() == this); in ~ApplicationCacheGroup()
77 ASSERT(!m_newestCache); in ~ApplicationCacheGroup()
225 associateDocumentLoaderWithCache(loader, m_newestCache.get()); in finishedLoadingMainResource()
227 if (ApplicationCacheResource* resource = m_newestCache->resourceForURL(url)) { in finishedLoadingMainResource()
233m_newestCache->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCa… in finishedLoadingMainResource()
344 ASSERT(!m_newestCache); in disassociateDocumentLoader()
350 ASSERT(m_caches.contains(m_newestCache.get())); in disassociateDocumentLoader()
354 m_newestCache.release(); in disassociateDocumentLoader()
[all …]
DApplicationCacheGroup.h80 ApplicationCache* newestCache() const { return m_newestCache.get(); } in newestCache()
130 RefPtr<ApplicationCache> m_newestCache; variable