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

/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.cc29 operation_ = kOperationTruncate;
58 if (kOperationWrite != operation_ && kOperationTruncate != operation_)
100 DCHECK(kOperationTruncate == operation_);
105 DCHECK(kOperationTruncate == operation_);
H A Dwebfilewriter_base.h52 kOperationTruncate enumerator in enum:content::WebFileWriterBase::OperationType
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation.h474 kOperationTruncate, enumerator in enum:storage::FileSystemOperation::OperationType
H A Dfile_system_operation_impl.cc180 DCHECK(SetPendingOperationType(kOperationTruncate));
236 DCHECK_EQ(kOperationTruncate, pending_operation_);

Completed in 578 milliseconds