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

/external/webkit/Source/WebCore/storage/
H A DSQLTransaction.cpp77 , m_shouldRetryCurrentStatement(false)
325 if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->wasRolledBackBySqlite()) {
326 m_shouldRetryCurrentStatement = false;
331 // m_shouldRetryCurrentStatement is set to true only when a statement exceeds
437 ASSERT(!m_shouldRetryCurrentStatement);
439 m_shouldRetryCurrentStatement = m_database->transactionClient()->didExceedQuota(database());
H A DSQLTransaction.h122 bool m_shouldRetryCurrentStatement; member in class:WebCore::SQLTransaction

Completed in 62 milliseconds