HomeSort by relevance Sort by last modified time
    Searched defs:sparse_offset (Results 1 - 3 of 3) 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_synchronous_entry.h 109 int64 sparse_offset; member in struct:disk_cache::SimpleSynchronousEntry::EntryOperationData

Completed in 165 milliseconds