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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 80 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.release()
    [all...]
ApplicationCacheGroup.h 86 ApplicationCache* newestCache() const { return m_newestCache.get(); }
143 RefPtr<ApplicationCache> m_newestCache;

Completed in 29 milliseconds