/external/chromium/net/disk_cache/ |
disk_cache.h | 238 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len, 265 // create sparse tracking data). GetAvailableRange or ReadSparseData can be
|
disk_cache_test_base.h | 105 int ReadSparseData(disk_cache::Entry* entry, int64 offset, net::IOBuffer* buf,
|
mem_entry_impl.h | 24 // ReadSparseData, WriteSparseData, GetAvailableRange) when sparse information 106 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
|
in_flight_backend_io.h | 68 void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf, 172 void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
|
entry_unittest.cc | [all...] |
disk_cache_test_base.cc | 163 int DiskCacheTestWithCache::ReadSparseData(disk_cache::Entry* entry, 167 int rv = entry->ReadSparseData(offset, buf, len, &cb);
|
in_flight_backend_io.cc | 148 void BackendIO::ReadSparseData(EntryImpl* entry, int64 offset, 402 void InFlightBackendIO::ReadSparseData(EntryImpl* entry, int64 offset, 406 operation->ReadSparseData(entry, offset, buf, buf_len);
|
entry_impl.h | 150 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
|
/external/chromium_org/net/disk_cache/flash/ |
flash_entry_impl.h | 64 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
|
flash_entry_impl.cc | 93 int FlashEntryImpl::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
|
/external/chromium_org/net/disk_cache/ |
disk_cache.h | 254 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len, 281 // create sparse tracking data). GetAvailableRange or ReadSparseData can be
|
disk_cache_test_base.h | 127 int ReadSparseData(disk_cache::Entry* entry, int64 offset, net::IOBuffer* buf,
|
mem_entry_impl.h | 23 // ReadSparseData, WriteSparseData, GetAvailableRange) when sparse information 101 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
|
in_flight_backend_io.h | 69 void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf, 183 void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
|
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);
|
in_flight_backend_io.cc | 177 void BackendIO::ReadSparseData(EntryImpl* entry, int64 offset, 461 void InFlightBackendIO::ReadSparseData( 465 operation->ReadSparseData(entry, offset, buf, buf_len);
|
disk_cache_test_base.cc | 196 int DiskCacheTestWithCache::ReadSparseData(disk_cache::Entry* entry, 200 int rv = entry->ReadSparseData(offset, buf, len, cb.callback());
|
entry_unittest.cc | [all...] |
entry_impl.h | 161 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
|
/external/chromium_org/net/disk_cache/v3/ |
entry_impl_v3.h | 105 virtual int ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.h | 91 virtual int ReadSparseData(int64 offset,
|
simple_synchronous_entry.h | 155 void ReadSparseData(const EntryOperationData& in_entry_op,
|
/external/chromium_org/net/http/ |
mock_http_cache.h | 39 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
|
partial_data.cc | 436 rv = entry->ReadSparseData(current_range_start_, data, read_len,
|
/external/chromium/net/http/ |
partial_data.cc | 424 rv = entry->ReadSparseData(current_range_start_, data, read_len,
|