Searched refs:m_shouldRetryCurrentStatement (Results 1 – 2 of 2) sorted by relevance
77 , m_shouldRetryCurrentStatement(false) in SQLTransaction()316 if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->wasRolledBackBySqlite()) { in runStatements()317 m_shouldRetryCurrentStatement = false; in runStatements()429 ASSERT(!m_shouldRetryCurrentStatement); in deliverQuotaIncreaseCallback()431 m_shouldRetryCurrentStatement = m_database->transactionClient()->didExceedQuota(this); in deliverQuotaIncreaseCallback()
127 bool m_shouldRetryCurrentStatement; variable