setShouldRetryCurrentStatement   50 Source/modules/webdatabase/AbstractSQLTransactionBackend.h     virtual void setShouldRetryCurrentStatement(bool) = 0;
setShouldRetryCurrentStatement  221 Source/modules/webdatabase/SQLTransaction.cpp     m_backend->setShouldRetryCurrentStatement(shouldRetryCurrentStatement);
setShouldRetryCurrentStatement   84 Source/modules/webdatabase/SQLTransactionBackend.h     virtual void setShouldRetryCurrentStatement(bool) OVERRIDE;