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

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteTransaction.h 48 bool wasRolledBackBySqlite() const;
SQLiteTransaction.cpp 96 bool SQLiteTransaction::wasRolledBackBySqlite() const
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp 637 if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->wasRolledBackBySqlite()) {
    [all...]
SQLTransactionBackendSync.cpp 109 if (m_sqliteTransaction->wasRolledBackBySqlite())

Completed in 96 milliseconds