Home
last modified time | relevance | path

Searched refs:NodeIsOldEnough (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Deviction.h68 bool NodeIsOldEnough(CacheRankingsBlock* node, int list);
Deviction.cc304 if (!empty && NodeIsOldEnough(next[i].get(), i)) { in TrimCacheV2()
514 bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) { in NodeIsOldEnough() function in disk_cache::Eviction
539 if (!NodeIsOldEnough(next[list].get(), 0) && in SelectListByLength()