Searched refs:m_nextStep (Results 1 – 2 of 2) sorted by relevance
70 : m_nextStep(&SQLTransaction::acquireLock) in SQLTransaction()159 m_nextStep = 0; in checkAndHandleClosedDatabase()174 LOG(StorageAPI, "Step %s\n", debugStepName(m_nextStep)); in performNextStep()176 ASSERT(m_nextStep == &SQLTransaction::acquireLock || in performNextStep()177 m_nextStep == &SQLTransaction::openTransactionAndPreflight || in performNextStep()178 m_nextStep == &SQLTransaction::runStatements || in performNextStep()179 m_nextStep == &SQLTransaction::postflightAndCommit || in performNextStep()180 m_nextStep == &SQLTransaction::cleanupAfterSuccessCallback || in performNextStep()181 m_nextStep == &SQLTransaction::cleanupAfterTransactionErrorCallback); in performNextStep()185 if (m_nextStep) in performNextStep()[all …]
90 TransactionStepMethod m_nextStep; variable