HomeSort by relevance Sort by last modified time
    Searched refs:m_newestCache (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 66 ASSERT(m_newestCache);
68 ASSERT(m_caches.contains(m_newestCache.get()));
72 ASSERT(m_newestCache->group() == this);
77 ASSERT(!m_newestCache);
225 associateDocumentLoaderWithCache(loader, m_newestCache.get());
227 if (ApplicationCacheResource* resource = m_newestCache->resourceForURL(url)) {
233 m_newestCache->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCacheResource::Master, loader->mainResourceData()));
344 ASSERT(!m_newestCache);
350 ASSERT(m_caches.contains(m_newestCache.get()));
354 m_newestCache.release()
    [all...]
ApplicationCacheGroup.h 80 ApplicationCache* newestCache() const { return m_newestCache.get(); }
130 RefPtr<ApplicationCache> m_newestCache;

Completed in 49 milliseconds