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

/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.h59 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
54 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list.
421 rankings_->Insert(entry->rankings(), false, Rankings::HIGH_USE);
491 return Rankings::HIGH_USE;
584 rankings_->GetPrev(NULL, Rankings::HIGH_USE));
H A Deviction_v3.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
53 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list.
188 rankings_->Insert(entry->rankings(), false, Rankings::HIGH_USE);
493 rankings_->GetPrev(NULL, Rankings::HIGH_USE));

Completed in 864 milliseconds