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

/external/webkit/Source/WebCore/storage/
H A DSQLTransaction.cpp121 const char* SQLTransaction::debugStepName(SQLTransaction::TransactionStepMethod step) function in class:WebCore::SQLTransaction
183 LOG(StorageAPI, "Step %s\n", debugStepName(m_nextStep));
203 LOG(StorageAPI, "Callback %s\n", debugStepName(m_nextStep));

Completed in 115 milliseconds