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

/external/chromium/net/disk_cache/
H A Din_flight_backend_io.h58 void OpenPrevEntry(void** iter, Entry** prev_entry);
161 void OpenPrevEntry(void** iter, Entry** prev_entry,
H A Din_flight_backend_io.cc97 void BackendIO::OpenPrevEntry(void** iter, Entry** prev_entry) { function in class:disk_cache::BackendIO
348 void InFlightBackendIO::OpenPrevEntry(void** iter, Entry** prev_entry, function in class:disk_cache::InFlightBackendIO
351 operation->OpenPrevEntry(iter, prev_entry);
H A Dbackend_impl.h68 int OpenPrevEntry(void** iter, Entry** prev_entry,
H A Dbackend_impl.cc540 int BackendImpl::OpenPrevEntry(void** iter, Entry** prev_entry, function in class:disk_cache::BackendImpl
543 background_queue_.OpenPrevEntry(iter, prev_entry, callback);
1672 // This is the actual implementation for OpenNextEntry and OpenPrevEntry.
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc741 rv = cache_->OpenPrevEntry(&iterator_,

Completed in 109 milliseconds