Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:next

245   MemEntryImpl* next = rankings_.GetNext(NULL);
250 while (next) {
251 MemEntryImpl* node = next;
252 next = rankings_.GetNext(next);
294 MemEntryImpl* next = rankings_.GetPrev(NULL);
296 DCHECK(next);
299 while (current_size_ > target_size && next) {
300 MemEntryImpl* node = next;
301 next = rankings_.GetPrev(next);