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

  /external/chromium_org/net/disk_cache/v3/
eviction_v3.h 51 bool NodeIsOldEnough(CacheRankingsBlock* node, int list);
eviction_v3.cc 312 if (!empty && NodeIsOldEnough(next[i].get(), i)) {
443 bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) {
468 if (!NodeIsOldEnough(next[list].get(), 0) &&
  /external/chromium/net/disk_cache/
eviction.h 68 bool NodeIsOldEnough(CacheRankingsBlock* node, int list);
eviction.cc 304 if (!empty && NodeIsOldEnough(next[i].get(), i)) {
514 bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) {
539 if (!NodeIsOldEnough(next[list].get(), 0) &&
  /external/chromium_org/net/disk_cache/
eviction.h 68 bool NodeIsOldEnough(CacheRankingsBlock* node, int list);
eviction.cc 329 if (!empty && NodeIsOldEnough(next[i].get(), i)) {
538 bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) {
563 if (!NodeIsOldEnough(next[list].get(), 0) &&

Completed in 104 milliseconds