Home
last modified time | relevance | path

Searched refs:debugStepName (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/storage/
DSQLTransaction.cpp117 const char* SQLTransaction::debugStepName(SQLTransaction::TransactionStepMethod step) in debugStepName() function in WebCore::SQLTransaction
165 LOG(StorageAPI, "Step %s\n", debugStepName(m_nextStep)); in performNextStep()
184 LOG(StorageAPI, "Callback %s\n", debugStepName(m_nextStep)); in performPendingCallback()
DSQLTransaction.h108 static const char* debugStepName(TransactionStepMethod);
/external/webkit/WebCore/
DChangeLog-2008-08-1050520 (WebCore::SQLTransaction::debugStepName):