Searched refs:ReadSparseDataImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dentry_impl.h42 int ReadSparseDataImpl(int64 offset, net::IOBuffer* buf, int buf_len,
H A Din_flight_backend_io.cc257 result_ = entry_->ReadSparseDataImpl(offset64_, buf_, buf_len_,
H A Dentry_impl.cc351 int EntryImpl::ReadSparseDataImpl(int64 offset, net::IOBuffer* buf, int buf_len, function in class:disk_cache::EntryImpl
834 return ReadSparseDataImpl(offset, buf, buf_len, callback);

Completed in 71 milliseconds