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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
AbstractSQLTransactionBackend.h 48 virtual void setShouldRetryCurrentStatement(bool) = 0;
SQLTransactionBackend.h 81 virtual void setShouldRetryCurrentStatement(bool) OVERRIDE;
SQLTransaction.cpp 213 m_backend->setShouldRetryCurrentStatement(shouldRetryCurrentStatement);
SQLTransactionBackend.cpp 439 void SQLTransactionBackend::setShouldRetryCurrentStatement(bool shouldRetry)
    [all...]

Completed in 36 milliseconds