Home
last modified time | relevance | path

Searched refs:LRUList (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.h82 struct LRUList { struct
85 LRUList() : m_head(0), m_tail(0) { } in LRUList() argument
178 LRUList* lruListFor(CachedResource*);
208 Vector<LRUList, 32> m_allResources;
211 LRUList m_liveDecodedResources;
DMemoryCache.cpp368 MemoryCache::LRUList* MemoryCache::lruListFor(CachedResource* resource) in lruListFor()
390 LRUList* list = lruListFor(resource); in removeFromLRUList()
434 LRUList* list = lruListFor(resource); in insertInLRUList()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-258185 we don't have to statically construct LRUList objects.
16671 - fixed 3129235 -- assert in LRUList visiting apple.com if "Display images" preference is off
DChangeLog-2002-12-03160 (LRUList::~LRUList):
DChangeLog-2006-05-1031846 * loader/Cache.h: Removed include of qdict.h. Changed declaration of the LRUList struct
31852 to hide its type from the header. Also made the LRUList type private to this file.
DChangeLog-2006-12-3121498 (WebCore::LRUList::LRUList):
DChangeLog-2010-12-0617045 (WebCore::Cache::LRUList::LRUList):