Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Din_flight_backend_io.h58 void OpenPrevEntry(void** iter, Entry** prev_entry);
161 void OpenPrevEntry(void** iter, Entry** prev_entry,
Din_flight_backend_io.cc97 void BackendIO::OpenPrevEntry(void** iter, Entry** prev_entry) { in OpenPrevEntry() function in disk_cache::BackendIO
348 void InFlightBackendIO::OpenPrevEntry(void** iter, Entry** prev_entry, in OpenPrevEntry() function in disk_cache::InFlightBackendIO
351 operation->OpenPrevEntry(iter, prev_entry); in OpenPrevEntry()
Dbackend_impl.h68 int OpenPrevEntry(void** iter, Entry** prev_entry,
Dbackend_impl.cc540 int BackendImpl::OpenPrevEntry(void** iter, Entry** prev_entry, in OpenPrevEntry() function in disk_cache::BackendImpl
543 background_queue_.OpenPrevEntry(iter, prev_entry, callback); in OpenPrevEntry()
/external/chromium_org/net/disk_cache/
Din_flight_backend_io.h58 void OpenPrevEntry(void** iter, Entry** prev_entry);
169 void OpenPrevEntry(void** iter, Entry** prev_entry,
Din_flight_backend_io.cc121 void BackendIO::OpenPrevEntry(void** iter, Entry** prev_entry) { in OpenPrevEntry() function in disk_cache::BackendIO
396 void InFlightBackendIO::OpenPrevEntry(void** iter, Entry** prev_entry, in OpenPrevEntry() function in disk_cache::InFlightBackendIO
399 operation->OpenPrevEntry(iter, prev_entry); in OpenPrevEntry()
Dbackend_impl.h62 int OpenPrevEntry(void** iter, Entry** prev_entry,
Dbackend_impl.cc321 int BackendImpl::OpenPrevEntry(void** iter, Entry** prev_entry, in OpenPrevEntry() function in disk_cache::BackendImpl
324 background_queue_.OpenPrevEntry(iter, prev_entry, callback); in OpenPrevEntry()
/external/chromium_org/net/disk_cache/v3/
Dbackend_impl_v3.h56 int OpenPrevEntry(void** iter, Entry** prev_entry,
Dbackend_impl_v3.cc162 int BackendImpl::OpenPrevEntry(void** iter, Entry** prev_entry, in OpenPrevEntry() function in disk_cache::BackendImpl
165 background_queue_.OpenPrevEntry(iter, prev_entry, callback); in OpenPrevEntry()
/external/chromium_org/net/tools/dump_cache/
Dupgrade_win.cc733 rv = cache_->OpenPrevEntry(&iterator_, in GetEntryFromList()
/external/chromium/net/tools/dump_cache/
Dupgrade.cc741 rv = cache_->OpenPrevEntry(&iterator_, in GetEntryFromList()