Searched defs:openTransactionAndPreflight (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DSQLTransaction.cpp125 else if (step == &SQLTransaction::openTransactionAndPreflight)
126 return "openTransactionAndPreflight";
186 m_nextStep == &SQLTransaction::openTransactionAndPreflight ||
235 m_nextStep = &SQLTransaction::openTransactionAndPreflight;
236 LOG(StorageAPI, "Scheduling openTransactionAndPreflight immediately for transaction %p\n", this);
240 void SQLTransaction::openTransactionAndPreflight() function in class:WebCore::SQLTransaction
328 // See ::openTransactionAndPreflight() for discussion

Completed in 29 milliseconds