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

  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 171 int64 sparse_offset,
180 sparse_offset,
194 int64 sparse_offset,
203 sparse_offset,
217 int64 sparse_offset,
226 sparse_offset,
244 const int64 sparse_offset = 0; local
257 sparse_offset,
291 int64 other_op_end = other_op.sparse_offset() + other_op.length();
292 return sparse_offset_ < other_op_end && other_op.sparse_offset() < end
    [all...]
simple_entry_operation.h 71 int64 sparse_offset,
77 int64 sparse_offset,
83 int64 sparse_offset,
104 int64 sparse_offset() const { return sparse_offset_; } function in class:disk_cache::SimpleEntryOperation
118 int64 sparse_offset,
simple_entry_impl.h 191 void ReadSparseDataInternal(int64 sparse_offset,
196 void WriteSparseDataInternal(int64 sparse_offset,
201 void GetAvailableRangeInternal(int64 sparse_offset,
simple_entry_impl.cc 625 ReadSparseDataInternal(operation->sparse_offset(),
631 WriteSparseDataInternal(operation->sparse_offset(),
637 GetAvailableRangeInternal(operation->sparse_offset(),
    [all...]
simple_synchronous_entry.h 109 int64 sparse_offset; member in struct:disk_cache::SimpleSynchronousEntry::EntryOperationData
simple_synchronous_entry.cc 207 : sparse_offset(sparse_offset_p),
396 int64 offset = in_entry_op.sparse_offset;
460 int64 offset = in_entry_op.sparse_offset;
564 int64 offset = in_entry_op.sparse_offset;
    [all...]

Completed in 56 milliseconds