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

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

Completed in 145 milliseconds