Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:oldest

1716   int oldest = -1;
1722 DCHECK_LT(oldest, 0);
1723 newest = oldest = i;
1728 if (access_times[i] < access_times[oldest])
1729 oldest = i;
1733 if (newest < 0 || oldest < 0)
1741 next_entry = entries[oldest].release();
1742 iterator->list = static_cast<Rankings::List>(oldest);