Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbackend_impl.cc1711 Time access_times[kListsToSearch]; in OpenFollowingEntry() local
1714 access_times[i] = entries[i]->GetLastUsed(); in OpenFollowingEntry()
1720 if (access_times[i] > access_times[newest]) in OpenFollowingEntry()
1722 if (access_times[i] < access_times[oldest]) in OpenFollowingEntry()