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

  /external/webkit/Source/WebCore/storage/
SQLTransaction.cpp 131 else if (step == &SQLTransaction::cleanupAfterTransactionErrorCallback)
132 return "cleanupAfterTransactionErrorCallback";
190 m_nextStep == &SQLTransaction::cleanupAfterTransactionErrorCallback);
539 m_nextStep = &SQLTransaction::cleanupAfterTransactionErrorCallback;
540 LOG(StorageAPI, "Scheduling cleanupAfterTransactionErrorCallback for transaction %p\n", this);
543 cleanupAfterTransactionErrorCallback();
557 m_nextStep = &SQLTransaction::cleanupAfterTransactionErrorCallback;
558 LOG(StorageAPI, "Scheduling cleanupAfterTransactionErrorCallback for transaction %p\n", this);
562 void SQLTransaction::cleanupAfterTransactionErrorCallback()
SQLTransaction.h 106 void cleanupAfterTransactionErrorCallback();

Completed in 2227 milliseconds