HomeSort by relevance Sort by last modified time
    Searched refs:m_shouldRetryCurrentStatement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp 363 , m_shouldRetryCurrentStatement(false)
441 ASSERT(!m_shouldRetryCurrentStatement);
442 m_shouldRetryCurrentStatement = shouldRetry;
637 if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->wasRolledBackBySqlite()) {
638 m_shouldRetryCurrentStatement = false;
643 // m_shouldRetryCurrentStatement is set to true only when a statement exceeds
    [all...]
SQLTransactionBackend.h 120 bool m_shouldRetryCurrentStatement;

Completed in 22 milliseconds