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

  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 41 sparse_offset_(other.sparse_offset_),
290 int64 end = sparse_offset_ + length_;
292 return sparse_offset_ < other_op_end && other_op.sparse_offset() < end;
329 sparse_offset_(sparse_offset),
simple_entry_operation.h 104 int64 sparse_offset() const { return sparse_offset_; }
138 const int64 sparse_offset_; member in class:disk_cache::SimpleEntryOperation

Completed in 3184 milliseconds