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

  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 46 int ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
entry_impl_v3.cc 598 return ReadSparseDataImpl(offset, buf, buf_len, callback);
607 int EntryImpl::ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.h 42 int ReadSparseDataImpl(int64 offset, net::IOBuffer* buf, int buf_len,
in_flight_backend_io.cc 257 result_ = entry_->ReadSparseDataImpl(offset64_, buf_, buf_len_,
entry_impl.cc 351 int EntryImpl::ReadSparseDataImpl(int64 offset, net::IOBuffer* buf, int buf_len,
834 return ReadSparseDataImpl(offset, buf, buf_len, callback);
    [all...]
  /external/chromium_org/net/disk_cache/
entry_impl.h 49 int ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
in_flight_backend_io.cc 301 result_ = entry_->ReadSparseDataImpl(
entry_impl.cc 351 int EntryImpl::ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
855 return ReadSparseDataImpl(offset, buf, buf_len, callback);
    [all...]

Completed in 3116 milliseconds