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

  /external/webkit/Source/WebCore/storage/
SQLTransaction.h 102 void deliverSuccessCallback();
SQLTransaction.cpp 141 else if (step == &SQLTransaction::deliverSuccessCallback)
142 return "deliverSuccessCallback";
209 m_nextStep == &SQLTransaction::deliverSuccessCallback);
487 m_nextStep = &SQLTransaction::deliverSuccessCallback;
488 LOG(StorageAPI, "Scheduling deliverSuccessCallback for transaction %p\n", this);
494 void SQLTransaction::deliverSuccessCallback()

Completed in 45 milliseconds