Searched refs:LRUList (Results 1 – 7 of 7) sorted by relevance
82 struct LRUList { struct85 LRUList() : m_head(0), m_tail(0) { } in LRUList() argument178 LRUList* lruListFor(CachedResource*);208 Vector<LRUList, 32> m_allResources;211 LRUList m_liveDecodedResources;
368 MemoryCache::LRUList* MemoryCache::lruListFor(CachedResource* resource) in lruListFor()390 LRUList* list = lruListFor(resource); in removeFromLRUList()434 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):
17045 (WebCore::Cache::LRUList::LRUList):