Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp80 ASSERT(m_newestCache); in ~ApplicationCacheGroup()
82 ASSERT(m_caches.contains(m_newestCache.get())); in ~ApplicationCacheGroup()
86 ASSERT(m_newestCache->group() == this); in ~ApplicationCacheGroup()
91 ASSERT(!m_newestCache); in ~ApplicationCacheGroup()
242 associateDocumentLoaderWithCache(loader, m_newestCache.get()); in finishedLoadingMainResource()
244 if (ApplicationCacheResource* resource = m_newestCache->resourceForURL(url)) { in finishedLoadingMainResource()
250m_newestCache->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCa… in finishedLoadingMainResource()
361 ASSERT(!m_newestCache); in disassociateDocumentLoader()
367 ASSERT(m_caches.contains(m_newestCache.get())); in disassociateDocumentLoader()
371 m_newestCache.release(); in disassociateDocumentLoader()
[all …]
DApplicationCacheGroup.h86 ApplicationCache* newestCache() const { return m_newestCache.get(); } in newestCache()
143 RefPtr<ApplicationCache> m_newestCache; variable