/external/chromium/net/disk_cache/ |
D | in_flight_backend_io.h | 58 void OpenPrevEntry(void** iter, Entry** prev_entry); 161 void OpenPrevEntry(void** iter, Entry** prev_entry,
|
D | in_flight_backend_io.cc | 97 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()
|
D | backend_impl.h | 68 int OpenPrevEntry(void** iter, Entry** prev_entry,
|
D | backend_impl.cc | 540 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/ |
D | in_flight_backend_io.h | 58 void OpenPrevEntry(void** iter, Entry** prev_entry); 169 void OpenPrevEntry(void** iter, Entry** prev_entry,
|
D | in_flight_backend_io.cc | 121 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()
|
D | backend_impl.h | 62 int OpenPrevEntry(void** iter, Entry** prev_entry,
|
D | backend_impl.cc | 321 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/ |
D | backend_impl_v3.h | 56 int OpenPrevEntry(void** iter, Entry** prev_entry,
|
D | backend_impl_v3.cc | 162 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/ |
D | upgrade_win.cc | 733 rv = cache_->OpenPrevEntry(&iterator_, in GetEntryFromList()
|
/external/chromium/net/tools/dump_cache/ |
D | upgrade.cc | 741 rv = cache_->OpenPrevEntry(&iterator_, in GetEntryFromList()
|