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

  /external/chromium_org/net/disk_cache/
disk_cache.h 251 // completes before closing the entry, or call CancelSparseIO() before closing
294 virtual void CancelSparseIO() = 0;
300 // (by calling CancelSparseIO), but the cache is still busy with it. If there
306 // Note that CancelSparseIO may have been called on another instance of this
entry_unittest.cc     [all...]
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.h 108 virtual void CancelSparseIO() OVERRIDE {}
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.h 75 void CancelSparseIO(EntryImpl* entry);
188 void CancelSparseIO(EntryImpl* entry);
entry_impl_v3.h 98 virtual void CancelSparseIO() OVERRIDE;
in_flight_backend_io.cc 202 void BackendIO::CancelSparseIO(EntryImpl* entry) {
476 void InFlightBackendIO::CancelSparseIO(EntryImpl* entry) {
479 operation->CancelSparseIO(entry);
entry_impl.h 168 virtual void CancelSparseIO() OVERRIDE;
entry_impl_v3.cc 684 void EntryImplV3::CancelSparseIO() {
686 background_queue_->CancelSparseIO(this);
    [all...]
entry_impl.cc 897 void EntryImpl::CancelSparseIO() {
899 background_queue_->CancelSparseIO(this);
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 113 virtual void CancelSparseIO() OVERRIDE;
simple_entry_impl.cc 517 void SimpleEntryImpl::CancelSparseIO() {
521 // I/O. Therefore, CancelSparseIO and ReadyForSparseIO succeed instantly.
528 // I/O. Therefore, CancelSparseIO and ReadyForSparseIO succeed instantly.
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.h 48 virtual void CancelSparseIO() OVERRIDE;
mock_http_cache.cc 245 void MockDiskEntry::CancelSparseIO() {
http_cache_transaction.cc 361 entry_->disk_entry->CancelSparseIO();
    [all...]

Completed in 173 milliseconds