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

  /external/webkit/Source/WebCore/storage/
SQLTransaction.h 103 void cleanupAfterSuccessCallback();
SQLTransaction.cpp 143 else if (step == &SQLTransaction::cleanupAfterSuccessCallback)
144 return "cleanupAfterSuccessCallback";
189 m_nextStep == &SQLTransaction::cleanupAfterSuccessCallback ||
491 cleanupAfterSuccessCallback();
503 m_nextStep = &SQLTransaction::cleanupAfterSuccessCallback;
504 LOG(StorageAPI, "Scheduling cleanupAfterSuccessCallback for transaction %p\n", this);
508 void SQLTransaction::cleanupAfterSuccessCallback()

Completed in 126 milliseconds