Searched refs:HIGH_USE (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
H A Drankings.h57 HIGH_USE, // List of entries with high reuse. enumerator in enum:disk_cache::Rankings::List
H A Deviction.cc16 // used kHighUse times, at which point it is moved to the HIGH_USE list.
23 // from the HIGH_USE. We attempt to keep entries on the cache for at least
48 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list.
389 rankings_->Insert(entry->rankings(), false, Rankings::HIGH_USE);
459 return Rankings::HIGH_USE;
555 rankings_->GetPrev(NULL, Rankings::HIGH_USE));

Completed in 146 milliseconds