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

  /external/chromium_org/content/child/fileapi/
webfilewriter_base.cc 29 operation_ = kOperationTruncate;
58 if (kOperationWrite != operation_ && kOperationTruncate != operation_)
100 DCHECK(kOperationTruncate == operation_);
105 DCHECK(kOperationTruncate == operation_);
webfilewriter_base.h 52 kOperationTruncate
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation.h 474 kOperationTruncate,
file_system_operation_impl.cc 180 DCHECK(SetPendingOperationType(kOperationTruncate));
236 DCHECK_EQ(kOperationTruncate, pending_operation_);

Completed in 274 milliseconds