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

  /external/webkit/Source/WebCore/storage/
SQLTransaction.h 109 static const char* debugStepName(TransactionStepMethod);
SQLTransaction.cpp 121 const char* SQLTransaction::debugStepName(SQLTransaction::TransactionStepMethod step)
183 LOG(StorageAPI, "Step %s\n", debugStepName(m_nextStep));
203 LOG(StorageAPI, "Callback %s\n", debugStepName(m_nextStep));

Completed in 1141 milliseconds