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

  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.h 132 void PrepareTarget(int index, int offset, int buf_len);
mem_entry_impl.cc 326 PrepareTarget(index, offset, buf_len);
514 void MemEntryImpl::PrepareTarget(int index, int offset, int buf_len) {
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.h 137 bool PrepareTarget(int index, int offset, int buf_len, bool truncate);
entry_impl.h 209 bool PrepareTarget(int index, int offset, int buf_len, bool truncate);
entry_impl_v3.cc 890 Trace("To PrepareTarget 0x%x", entry_.address().value());
891 if (!PrepareTarget(index, offset, buf_len, truncate))
894 Trace("From PrepareTarget 0x%x", entry_.address().value());
    [all...]
entry_impl.cc 1092 Trace("To PrepareTarget 0x%x", entry_.address().value());
1093 if (!PrepareTarget(index, offset, buf_len, truncate)
    [all...]

Completed in 226 milliseconds