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

  /external/chromium_org/net/disk_cache/
disk_cache.h 252 // the entry, and call ReadyForSparseIO() on the new entry and wait for the
309 virtual int ReadyForSparseIO(const CompletionCallback& callback) = 0;
entry_unittest.cc     [all...]
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.h 109 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
mem_entry_impl.cc 269 int MemEntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.h 76 void ReadyForSparseIO(EntryImpl* entry);
189 void ReadyForSparseIO(EntryImpl* entry,
entry_impl_v3.h 99 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
in_flight_backend_io.cc 207 void BackendIO::ReadyForSparseIO(EntryImpl* entry) {
483 void InFlightBackendIO::ReadyForSparseIO(
486 operation->ReadyForSparseIO(entry);
entry_impl.h 169 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
entry_impl_v3.cc 696 int EntryImplV3::ReadyForSparseIO(const CompletionCallback& callback) {
703 background_queue_->ReadyForSparseIO(this, callback);
    [all...]
entry_impl.cc 902 int EntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
909 background_queue_->ReadyForSparseIO(this, callback);
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 114 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
simple_entry_impl.cc 521 // I/O. Therefore, CancelSparseIO and ReadyForSparseIO succeed instantly.
524 int SimpleEntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
528 // I/O. Therefore, CancelSparseIO and ReadyForSparseIO succeed instantly.
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.h 49 virtual int ReadyForSparseIO(
mock_http_cache.cc 249 int MockDiskEntry::ReadyForSparseIO(const net::CompletionCallback& callback) {
http_cache_transaction.cc     [all...]

Completed in 325 milliseconds