HomeSort by relevance Sort by last modified time
    Searched full:m_operationinprogress (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 58 , m_operationInProgress(OperationNone)
93 return m_operationInProgress != OperationNone || m_queuedOperation != OperationNone || m_readyState == WRITING;
119 if (m_operationInProgress != OperationNone) {
121 ASSERT(m_operationInProgress == OperationAbort);
160 if (m_operationInProgress != OperationNone) {
162 ASSERT(m_operationInProgress == OperationAbort);
182 if (m_operationInProgress == OperationAbort) {
188 ASSERT(m_operationInProgress == OperationWrite);
198 m_operationInProgress = OperationNone;
218 if (m_operationInProgress == OperationAbort)
    [all...]
FileWriter.h 115 Operation m_operationInProgress;

Completed in 52 milliseconds