HomeSort by relevance Sort by last modified time
    Searched refs:CloseEntryImpl (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/disk_cache/
in_flight_backend_io.h 60 void CloseEntryImpl(EntryImpl* entry);
164 void CloseEntryImpl(EntryImpl* entry);
in_flight_backend_io.cc 108 void BackendIO::CloseEntryImpl(EntryImpl* entry) {
361 void InFlightBackendIO::CloseEntryImpl(EntryImpl* entry) {
363 operation->CloseEntryImpl(entry);
entry_impl.cc 742 backend_->background_queue()->CloseEntryImpl(this);
    [all...]
  /external/chromium_org/net/disk_cache/
in_flight_backend_io.h 61 void CloseEntryImpl(EntryImpl* entry);
173 void CloseEntryImpl(EntryImpl* entry);
in_flight_backend_io.cc 137 void BackendIO::CloseEntryImpl(EntryImpl* entry) {
417 void InFlightBackendIO::CloseEntryImpl(EntryImpl* entry) {
420 operation->CloseEntryImpl(entry);
entry_impl.cc 756 background_queue_->CloseEntryImpl(this);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 461 background_queue_->CloseEntryImpl(this);
    [all...]

Completed in 1067 milliseconds