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

  /external/chromium_org/net/disk_cache/
disk_cache.h 257 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
284 // create sparse tracking data). GetAvailableRange or ReadSparseData can be
disk_cache_test_base.h 139 int ReadSparseData(disk_cache::Entry* entry, int64 offset, net::IOBuffer* buf,
disk_cache_test_base.cc 210 int DiskCacheTestWithCache::ReadSparseData(disk_cache::Entry* entry,
214 int rv = entry->ReadSparseData(offset, buf, len, cb.callback());
entry_unittest.cc     [all...]
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.h 23 // ReadSparseData, WriteSparseData, GetAvailableRange) when sparse information
101 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
mem_entry_impl.cc 222 int MemEntryImpl::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.h 70 void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
182 void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
entry_impl_v3.h 91 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
in_flight_backend_io.cc 175 void BackendIO::ReadSparseData(EntryImpl* entry, int64 offset,
452 void InFlightBackendIO::ReadSparseData(
456 operation->ReadSparseData(entry, offset, buf, buf_len);
entry_impl.h 161 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
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...]
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...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 100 virtual int ReadSparseData(int64 offset,
simple_synchronous_entry.h 155 void ReadSparseData(const EntryOperationData& in_entry_op,
simple_entry_impl.cc 475 int SimpleEntryImpl::ReadSparseData(int64 offset,
    [all...]
simple_synchronous_entry.cc 390 void SimpleSynchronousEntry::ReadSparseData(
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.h 39 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
partial_data.cc 419 rv = entry->ReadSparseData(current_range_start_, data, read_len,
mock_http_cache.cc 135 int MockDiskEntry::ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,

Completed in 839 milliseconds