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
385
rankings_->Insert(entry->rankings(), false, Rankings::
LOW_USE
);
388
rankings_->Remove(entry->rankings(), Rankings::
LOW_USE
, true);
457
return Rankings::
LOW_USE
;
553
rankings_->GetPrev(NULL, Rankings::
LOW_USE
));
rankings.h
56
LOW_USE
, // List of entries with low reuse.
Completed in 6720 milliseconds