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

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.cc647 Time access_times[kListsToSearch]; local
650 access_times[i] = entries[i]->GetLastUsed();
656 if (access_times[i] > access_times[newest])
658 if (access_times[i] < access_times[oldest])

Completed in 103 milliseconds