Home
last modified time | relevance | path

Searched refs:scheduleTransactionCallback (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/storage/
DSQLTransaction.cpp280 m_database->scheduleTransactionCallback(this); in openTransactionAndPreflight()
375 m_database->scheduleTransactionCallback(this); in runCurrentStatement()
384 m_database->scheduleTransactionCallback(this); in runCurrentStatement()
400 m_database->scheduleTransactionCallback(this); in handleCurrentStatementError()
477 m_database->scheduleTransactionCallback(this); in postflightAndCommit()
521 m_database->scheduleTransactionCallback(this); in handleTransactionError()
DDatabase.h136 void scheduleTransactionCallback(SQLTransaction*);
DDatabase.cpp654 void Database::scheduleTransactionCallback(SQLTransaction* transaction) in scheduleTransactionCallback() function in WebCore::Database
/external/webkit/WebCore/
DChangeLog-2008-08-1050660 (WebCore::Database::scheduleTransactionCallback):
54148 (WebCore::Database::scheduleTransactionCallback): Pass 0 for context.
54580 (WebCore::Database::scheduleTransactionCallback): Assert m_transactionStepThread
73709 …(WebCore::Database::scheduleTransactionCallback): Schedule the current transaction to perform a ca…
DChangeLog-2010-01-296170 (WebCore::Database::scheduleTransactionCallback):