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

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h84 EntryImpl* OpenNextEntryImpl(Rankings::Iterator* iter);
H A Dbackend_impl.cc385 EntryImpl* next = OpenNextEntryImpl(iterator.get());
391 next = OpenNextEntryImpl(iterator.get());
409 // We use OpenNextEntryImpl to retrieve elements from the cache, until we get
419 EntryImpl* entry = OpenNextEntryImpl(iterator.get());
437 *next_entry = OpenNextEntryImpl(iterator);
607 EntryImpl* BackendImpl::OpenNextEntryImpl(Rankings::Iterator* iterator) { function in class:disk_cache::BackendImpl
H A Dbackend_impl_v3.cc614 EntryImpl* next = OpenNextEntryImpl(&iter);
620 next = OpenNextEntryImpl(&iter);
647 EntryImpl* entry = OpenNextEntryImpl(&iter);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc481 base::Bind(&SimpleIterator::OpenNextEntryImpl,
486 void OpenNextEntryImpl(Entry** next_entry, function in class:disk_cache::FINAL

Completed in 1025 milliseconds