Searched refs:truncate_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.h108 bool truncate() const { return truncate_; }
150 const bool truncate_; member in class:disk_cache::SimpleEntryOperation
H A Dsimple_entry_operation.cc47 truncate_(other.truncate_),
297 int end = (type_ == TYPE_WRITE && truncate_) ? INT_MAX : offset_ + length_;
335 truncate_(truncate),
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_backend_io.cc34 truncate_(false),
172 truncate_ = truncate;
293 truncate_);
H A Din_flight_backend_io.h137 bool truncate_; member in class:disk_cache::BackendIO

Completed in 126 milliseconds