Home
last modified time | relevance | path

Searched refs:TransactionStepMethod (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/storage/
DSQLTransaction.h89 typedef void (SQLTransaction::*TransactionStepMethod)(); typedef
90 TransactionStepMethod m_nextStep;
114 static const char* debugStepName(TransactionStepMethod);
DSQLTransaction.cpp121 const char* SQLTransaction::debugStepName(SQLTransaction::TransactionStepMethod step) in debugStepName()