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

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

Completed in 34 milliseconds