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

  /external/chromium/net/disk_cache/
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);
mem_entry_impl.cc 207 int MemEntryImpl::ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
entry_impl.cc 831 int EntryImpl::ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
836 backend_->background_queue()->ReadSparseData(this, offset, buf, buf_len,
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 162 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
    [all...]

Completed in 195 milliseconds