Searched defs:sparse_offset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.cc171 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() < en
169 ReadSparseOperation( SimpleEntryImpl* entry, int64 sparse_offset, int length, net::IOBuffer* buf, const CompletionCallback& callback) argument
192 WriteSparseOperation( SimpleEntryImpl* entry, int64 sparse_offset, int length, net::IOBuffer* buf, const CompletionCallback& callback) argument
215 GetAvailableRangeOperation( SimpleEntryImpl* entry, int64 sparse_offset, int length, int64* out_start, const CompletionCallback& callback) argument
310 SimpleEntryOperation(SimpleEntryImpl* entry, net::IOBuffer* buf, const CompletionCallback& callback, Entry** out_entry, int offset, int64 sparse_offset, int length, int64* out_start, EntryOperationType type, bool have_index, int index, bool truncate, bool optimistic, bool alone_in_queue) argument
[all...]
H A Dsimple_entry_operation.h71 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,
H A Dsimple_synchronous_entry.h109 int64 sparse_offset; member in struct:disk_cache::SimpleSynchronousEntry::EntryOperationData
H A Dsimple_entry_impl.cc627 ReadSparseDataInternal(operation->sparse_offset(),
633 WriteSparseDataInternal(operation->sparse_offset(),
639 GetAvailableRangeInternal(operation->sparse_offset(),
987 int64 sparse_offset,
1002 sparse_offset, buf_len),
1015 int64 sparse_offset,
1041 sparse_offset, buf_len),
1055 int64 sparse_offset,
1069 sparse_offset, len),
986 ReadSparseDataInternal( int64 sparse_offset, net::IOBuffer* buf, int buf_len, const CompletionCallback& callback) argument
1014 WriteSparseDataInternal( int64 sparse_offset, net::IOBuffer* buf, int buf_len, const CompletionCallback& callback) argument
1054 GetAvailableRangeInternal( int64 sparse_offset, int len, int64* out_start, const CompletionCallback& callback) argument

Completed in 847 milliseconds