Home
last modified time | relevance | path

Searched refs:m_shouldRetryCurrentStatement (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/storage/
DSQLTransaction.cpp77 , 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()
DSQLTransaction.h127 bool m_shouldRetryCurrentStatement; variable