Home
last modified time | relevance | path

Searched refs:scheduleTransactionStep (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/storage/
DSQLTransaction.cpp271 m_database->scheduleTransactionStep(this); in scheduleToRunStatements()
409 m_database->scheduleTransactionStep(this); in deliverQuotaIncreaseCallback()
467 m_database->scheduleTransactionStep(this); in deliverSuccessCallback()
497 m_database->scheduleTransactionStep(this); in handleTransactionError()
514 m_database->scheduleTransactionStep(this); in deliverTransactionErrorCallback()
DDatabase.h126 void scheduleTransactionStep(SQLTransaction* transaction);
DDatabase.cpp547 void Database::scheduleTransactionStep(SQLTransaction* transaction) in scheduleTransactionStep() function in WebCore::Database
/external/webkit/WebCore/
DChangeLog-2008-08-1030401 (WebCore::Database::scheduleTransactionStep):
50659 (WebCore::Database::scheduleTransactionStep):
73708 …(WebCore::Database::scheduleTransactionStep): Schedule the current transaction to be called on the…