Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DCache.h64 struct LRUList { struct
67 LRUList() : m_head(0), m_tail(0) { } in LRUList() function
166 LRUList* lruListFor(CachedResource*);
200 Vector<LRUList, 32> m_allResources;
203 LRUList m_liveDecodedResources;
DCache.cpp460 Cache::LRUList* Cache::lruListFor(CachedResource* resource) in lruListFor()
482 LRUList* list = lruListFor(resource); in removeFromLRUList()
526 LRUList* list = lruListFor(resource); in insertInLRUList()
/external/webkit/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):