HomeSort by relevance Sort by last modified time
    Searched defs:Truncate (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 41 void OrderedCommitSet::Truncate(size_t max_size) {
  /external/chromium/net/base/
file_stream_posix.cc 425 int64 FileStream::Truncate(int64 bytes) {
434 // Seek to the position to truncate from.
439 // And truncate the file.
file_stream_win.cc 334 int64 FileStream::Truncate(int64 bytes) {
343 // Seek to the position to truncate from.
348 // And truncate the file.
  /external/chromium/base/
file_util_proxy.cc 890 bool FileUtilProxy::Truncate(
900 bool FileUtilProxy::Truncate(
  /external/protobuf/src/google/protobuf/
repeated_field.h 99 void Truncate(int new_size);
590 inline void RepeatedField<Element>::Truncate(int new_size) {
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 106 void Truncate(int offset);
161 void EntryImpl::UserBuffer::Truncate(int offset) {
164 DVLOG(3) << "Buffer truncate at " << offset << " current " << offset_;
332 bool truncate) {
337 new ReadWriteDataParameters(index, offset, buf_len, truncate)));
341 truncate);
815 CompletionCallback* callback, bool truncate) {
817 return WriteDataImpl(index, offset, buf, buf_len, callback, truncate);
827 truncate, callback);
1003 bool truncate) {
    [all...]
  /external/v8/tools/
test.py 256 def Truncate(self, str, length):
273 status = self.Truncate(status, 78)
    [all...]

Completed in 169 milliseconds