Searched refs:m_newestCache (Results 1 – 2 of 2) sorted by relevance
80 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()250 …m_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 …]
86 ApplicationCache* newestCache() const { return m_newestCache.get(); } in newestCache()143 RefPtr<ApplicationCache> m_newestCache; variable