Searched refs:m_nextStep (Results 1 – 2 of 2) sorted by relevance
70 : m_nextStep(&SQLTransaction::acquireLock) in SQLTransaction()159 m_nextStep = 0; in checkAndHandleClosedOrInterruptedDatabase()183 LOG(StorageAPI, "Step %s\n", debugStepName(m_nextStep)); in performNextStep()185 ASSERT(m_nextStep == &SQLTransaction::acquireLock || in performNextStep()186 m_nextStep == &SQLTransaction::openTransactionAndPreflight || in performNextStep()187 m_nextStep == &SQLTransaction::runStatements || in performNextStep()188 m_nextStep == &SQLTransaction::postflightAndCommit || in performNextStep()189 m_nextStep == &SQLTransaction::cleanupAfterSuccessCallback || in performNextStep()190 m_nextStep == &SQLTransaction::cleanupAfterTransactionErrorCallback); in performNextStep()194 if (m_nextStep) in performNextStep()[all …]
85 TransactionStepMethod m_nextStep; variable