Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/sql/
DSQLiteTransaction.h48 bool wasRolledBackBySqlite() const;
DSQLiteTransaction.cpp98 bool SQLiteTransaction::wasRolledBackBySqlite() const in wasRolledBackBySqlite() function in WebCore::SQLiteTransaction
/external/webkit/Source/WebCore/storage/
DSQLTransaction.cpp325 if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->wasRolledBackBySqlite()) { in runStatements()
405 …m_currentStatement->hasStatementErrorCallback() && !m_sqliteTransaction->wasRolledBackBySqlite()) { in handleCurrentStatementError()
DSQLTransactionSync.cpp105 if (m_sqliteTransaction->wasRolledBackBySqlite()) in executeSQL()