HomeSort by relevance Sort by last modified time
    Searched defs:ReadSparseData (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/disk_cache/
disk_cache_test_base.cc 196 int DiskCacheTestWithCache::ReadSparseData(disk_cache::Entry* entry,
200 int rv = entry->ReadSparseData(offset, buf, len, cb.callback());
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.cc 180 void BackendIO::ReadSparseData(EntryImpl* entry, int64 offset,
464 void InFlightBackendIO::ReadSparseData(
468 operation->ReadSparseData(entry, offset, buf, buf_len);
entry_impl.cc 855 int EntryImpl::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
863 background_queue_->ReadSparseData(this, offset, buf, buf_len, callback);
    [all...]
entry_impl_v3.cc 606 int EntryImplV3::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
614 background_queue_->ReadSparseData(this, offset, buf, buf_len, callback);
    [all...]
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.cc 222 int MemEntryImpl::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium_org/net/disk_cache/tracing/
tracing_cache_backend.cc 28 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
130 int EntryProxy::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
133 return entry_->ReadSparseData(offset, buf, buf_len, callback);
  /external/chromium_org/net/http/
mock_http_cache.cc 135 int MockDiskEntry::ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 466 int SimpleEntryImpl::ReadSparseData(int64 offset,
    [all...]
simple_synchronous_entry.cc 390 void SimpleSynchronousEntry::ReadSparseData(
    [all...]

Completed in 65 milliseconds