Searched refs:LRUList (Results 1 – 6 of 6) sorted by relevance
64 struct LRUList { struct67 LRUList() : m_head(0), m_tail(0) { } in LRUList() function166 LRUList* lruListFor(CachedResource*);200 Vector<LRUList, 32> m_allResources;203 LRUList m_liveDecodedResources;
460 Cache::LRUList* Cache::lruListFor(CachedResource* resource) in lruListFor()482 LRUList* list = lruListFor(resource); in removeFromLRUList()526 LRUList* list = lruListFor(resource); in insertInLRUList()
8185 we don't have to statically construct LRUList objects.16671 - fixed 3129235 -- assert in LRUList visiting apple.com if "Display images" preference is off
160 (LRUList::~LRUList):
31846 * loader/Cache.h: Removed include of qdict.h. Changed declaration of the LRUList struct31852 to hide its type from the header. Also made the LRUList type private to this file.
21498 (WebCore::LRUList::LRUList):