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

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 98 struct EntryOperationData {
99 EntryOperationData(int index_p, int offset_p, int buf_len_p);
100 EntryOperationData(int index_p,
105 EntryOperationData(int64 sparse_offset_p, int buf_len_p);
141 void ReadData(const EntryOperationData& in_entry_op,
146 void WriteData(const EntryOperationData& in_entry_op,
155 void ReadSparseData(const EntryOperationData& in_entry_op,
159 void WriteSparseData(const EntryOperationData& in_entry_op,
164 void GetAvailableRange(const EntryOperationData& in_entry_op,
simple_synchronous_entry.cc 201 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
208 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
219 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(
290 void SimpleSynchronousEntry::ReadData(const EntryOperationData& in_entry_op,
320 void SimpleSynchronousEntry::WriteData(const EntryOperationData& in_entry_op,
406 const EntryOperationData& in_entry_op,
469 const EntryOperationData& in_entry_op
    [all...]
simple_entry_impl.cc 867 SimpleSynchronousEntry::EntryOperationData(stream_index, offset, buf_len),
    [all...]

Completed in 47 milliseconds