Searched defs:newestCache (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.h86 ApplicationCache* newestCache() const { return m_newestCache.get(); } function in class:WebCore::ApplicationCacheGroup
H A DApplicationCacheHost.cpp418 if (cache != cache->group()->newestCache())
450 ApplicationCache* newestCache = cache->group()->newestCache(); local
451 if (cache == newestCache)
454 ASSERT(cache->group() == newestCache->group());
455 setApplicationCache(newestCache);
H A DApplicationCacheGroup.cpp109 ASSERT(group->newestCache());
112 return group->newestCache();
128 ASSERT(group->newestCache());
131 return group->newestCache();
396 void ApplicationCacheGroup::setNewestCache(PassRefPtr<ApplicationCache> newestCache) argument
398 m_newestCache = newestCache;

Completed in 171 milliseconds