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 360 , m_shouldRetryCurrentStatement(false)
447 ASSERT(!m_shouldRetryCurrentStatement);
448 m_shouldRetryCurrentStatement = shouldRetry;
631 if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->wasRolledBackBySqlite()) {
632 m_shouldRetryCurrentStatement = false;
637 // m_shouldRetryCurrentStatement is set to true only when a statement exceeds
    [all...]
SQLTransactionBackend.h 121 bool m_shouldRetryCurrentStatement;

Completed in 56 milliseconds