Lines Matching refs:LRU
150 Convert the WebCore cache from LRU to size-adjusted and
151 popularity-aware LRU (LRU-SP). With the improved cache,
2743 Adjust total size of items in the LRU list, when the size of one of the
2767 (Cache::adjustSize): Added. Changes the "total LRU list size" by the
2768 passed-in delta, but only if the passed-in object is in the LRU list.
7823 it was a virtual function anyway. Remove from the LRU list.
7824 (CachedObject::setRequest): Add to the LRU list if it qualifies now.
7825 (CachedObject::ref): Remove from the LRU list.
7826 (CachedObject::deref): Add to the LRU list if it qualifies now.
7833 (Cache::init): No "LRU list" to create.
7834 (Cache::clear): No "LRU list" to delete.