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 61 struct EntryOperationData {
62 EntryOperationData(int index_p, int offset_p, int buf_len_p);
63 EntryOperationData(int index_p,
101 void ReadData(const EntryOperationData& in_entry_op,
106 void WriteData(const EntryOperationData& in_entry_op,
simple_synchronous_entry.cc 174 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
181 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
269 void SimpleSynchronousEntry::ReadData(const EntryOperationData& in_entry_op,
295 void SimpleSynchronousEntry::WriteData(const EntryOperationData& in_entry_op,
simple_entry_impl.cc 791 SimpleSynchronousEntry::EntryOperationData(stream_index, offset, buf_len),
879 SimpleSynchronousEntry::EntryOperationData(
    [all...]

Completed in 92 milliseconds