NodeIsOldEnough   332 net/disk_cache/blockfile/eviction.cc     if (!empty && NodeIsOldEnough(next[i].get(), i)) {
NodeIsOldEnough   566 net/disk_cache/blockfile/eviction.cc   if (!NodeIsOldEnough(next[list].get(), 0) &&
NodeIsOldEnough    68 net/disk_cache/blockfile/eviction.h   bool NodeIsOldEnough(CacheRankingsBlock* node, int list);
NodeIsOldEnough   321 net/disk_cache/blockfile/eviction_v3.cc     if (!empty && NodeIsOldEnough(next[i].get(), i)) {
NodeIsOldEnough   477 net/disk_cache/blockfile/eviction_v3.cc   if (!NodeIsOldEnough(next[list].get(), 0) &&
NodeIsOldEnough    56 net/disk_cache/blockfile/eviction_v3.h   bool NodeIsOldEnough(CacheRankingsBlock* node, int list);