HomeSort by relevance Sort by last modified time
    Searched refs:NO_USE (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
eviction.cc 7 // only one list in use (Rankings::NO_USE), and elements are sent to the front
14 // When we see an element for the first time, it goes to the NO_USE list; if
22 // the NO_USE list, then we move to the LOW_USE and only then we evict an entry
87 rankings_->GetPrev(node.get(), Rankings::NO_USE));
94 next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE));
194 return Rankings::NO_USE;
323 rankings_->Remove(entry->rankings(), Rankings::NO_USE);
384 return Rankings::NO_USE;
466 rankings_->GetPrev(NULL, Rankings::NO_USE));
rankings.h 54 NO_USE = 0, // List of entries that have not been reused.
backend_impl.cc     [all...]

Completed in 213 milliseconds