Searched refs:wasRolledBackBySqlite (Results 1 – 4 of 4) sorted by relevance
48 bool wasRolledBackBySqlite() const;
98 bool SQLiteTransaction::wasRolledBackBySqlite() const in wasRolledBackBySqlite() function in WebCore::SQLiteTransaction
325 if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->wasRolledBackBySqlite()) { in runStatements()405 …m_currentStatement->hasStatementErrorCallback() && !m_sqliteTransaction->wasRolledBackBySqlite()) { in handleCurrentStatementError()
105 if (m_sqliteTransaction->wasRolledBackBySqlite()) in executeSQL()