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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.h 51 int WriteSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
in_flight_backend_io.cc 301 result_ = entry_->WriteSparseDataImpl(
entry_impl_v3.cc 635 return WriteSparseDataImpl(offset, buf, buf_len, callback);
644 int EntryImpl::WriteSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
    [all...]
entry_impl.cc 368 int EntryImpl::WriteSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
870 return WriteSparseDataImpl(offset, buf, buf_len, callback);
    [all...]

Completed in 36 milliseconds