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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.h 49 int ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
in_flight_backend_io.cc 296 result_ = entry_->ReadSparseDataImpl(
entry_impl_v3.cc 609 return ReadSparseDataImpl(offset, buf, buf_len, callback);
618 int EntryImpl::ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
    [all...]
entry_impl.cc 354 int EntryImpl::ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
858 return ReadSparseDataImpl(offset, buf, buf_len, callback);
    [all...]

Completed in 157 milliseconds