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

  /external/webkit/Source/WebCore/storage/
SQLTransaction.cpp 70 : m_nextStep(&SQLTransaction::acquireLock)
159 m_nextStep = 0;
183 LOG(StorageAPI, "Step %s\n", debugStepName(m_nextStep));
185 ASSERT(m_nextStep == &SQLTransaction::acquireLock ||
186 m_nextStep == &SQLTransaction::openTransactionAndPreflight ||
187 m_nextStep == &SQLTransaction::runStatements ||
188 m_nextStep == &SQLTransaction::postflightAndCommit ||
189 m_nextStep == &SQLTransaction::cleanupAfterSuccessCallback ||
190 m_nextStep == &SQLTransaction::cleanupAfterTransactionErrorCallback);
194 if (m_nextStep)
    [all...]
SQLTransaction.h 85 TransactionStepMethod m_nextStep;

Completed in 22 milliseconds