HomeSort by relevance Sort by last modified time
    Searched full:truncate_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/disk_cache/
net_log_parameters.cc 28 : index_(index), offset_(offset), buf_len_(buf_len), truncate_(truncate) {
36 if (truncate_)
37 dict->SetBoolean("truncate", truncate_);
net_log_parameters.h 42 const bool truncate_; member in class:disk_cache::ReadWriteDataParameters
in_flight_backend_io.cc 145 truncate_ = truncate;
254 &my_callback_, truncate_);
in_flight_backend_io.h 130 bool truncate_; member in class:disk_cache::BackendIO
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 47 truncate_(other.truncate_),
297 int end = (type_ == TYPE_WRITE && truncate_) ? INT_MAX : offset_ + length_;
335 truncate_(truncate),
simple_entry_operation.h 108 bool truncate() const { return truncate_; }
150 const bool truncate_; member in class:disk_cache::SimpleEntryOperation
  /external/chromium_org/net/disk_cache/
in_flight_backend_io.cc 31 truncate_(false),
174 truncate_ = truncate;
298 truncate_);
in_flight_backend_io.h 137 bool truncate_; member in class:disk_cache::BackendIO

Completed in 606 milliseconds