HomeSort by relevance Sort by last modified time
    Searched refs:NO_USE (Results 1 - 4 of 4) 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
117 rankings_->GetPrev(node.get(), Rankings::NO_USE));
124 next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE));
129 if (!EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
256 return Rankings::NO_USE;
384 rankings_->Remove(entry->rankings(), Rankings::NO_USE, true);
454 return Rankings::NO_USE;
551 rankings_->GetPrev(NULL, Rankings::NO_USE));
    [all...]
rankings.h 55 NO_USE = 0, // List of entries that have not been reused.
backend_impl.cc     [all...]
rankings.cc 500 List list = NO_USE; // Initialize it to something.

Completed in 102 milliseconds