OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_USE
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
eviction.cc
15
// the object is reused later on, we move it to the
LOW_USE
list, until it is
22
// the NO_USE list, then we move to the
LOW_USE
and only then we evict an entry
259
if ((Rankings::HIGH_USE == list || Rankings::
LOW_USE
== list) &&
324
rankings_->Insert(entry->rankings(), false, Rankings::
LOW_USE
);
327
rankings_->Remove(entry->rankings(), Rankings::
LOW_USE
);
387
return Rankings::
LOW_USE
;
468
rankings_->GetPrev(NULL, Rankings::
LOW_USE
));
rankings.h
55
LOW_USE
, // List of entries with low reuse.
Completed in 10 milliseconds