Home
last modified time | relevance | path

Searched refs:OperationTruncate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DFileWriter.cpp157 m_queuedOperation = OperationTruncate; in truncate()
159 doOperation(OperationTruncate); in truncate()
217 ASSERT(m_operationInProgress == OperationTruncate); in didTruncate()
265 case OperationTruncate: in doOperation()
279 if (m_operationInProgress == OperationWrite || m_operationInProgress == OperationTruncate) in doOperation()
DFileWriter.h91 OperationTruncate, enumerator