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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
AbstractSQLStatementBackend.h 29 #include "modules/webdatabase/SQLError.h"
39 virtual PassRefPtr<SQLError> sqlError() const = 0;
ChangeVersionWrapper.h 36 class SQLError;
44 virtual SQLError* sqlError() const { return m_sqlError.get(); }
52 RefPtr<SQLError> m_sqlError;
SQLStatementBackend.h 42 class SQLError;
59 virtual PassRefPtr<SQLError> sqlError() const;
75 RefPtr<SQLError> m_error;
SQLStatement.cpp 82 RefPtr<SQLError> error = m_backend->sqlError();
SQLTransactionBackend.h 44 class SQLError;
55 virtual SQLError* sqlError() const = 0;
79 virtual PassRefPtr<SQLError> transactionError() OVERRIDE;
115 RefPtr<SQLError> m_transactionError;
SQLTransactionBackend.cpp 42 #include "modules/webdatabase/SQLError.h"
428 PassRefPtr<SQLError> SQLTransactionBackend::transactionError()
569 m_database->reportStartTransactionResult(2, SQLError::DATABASE_ERR, m_database->sqliteDatabase().lastError());
570 m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "unable to begin transaction",
581 m_database->reportStartTransactionResult(3, SQLError::DATABASE_ERR, m_database->sqliteDatabase().lastError());
582 m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "unable to read version",
596 m_transactionError = m_wrapper->sqlError();
598 m_database->reportStartTransactionResult(4, SQLError::UNKNOWN_ERR, 0)
    [all...]
SQLStatementBackend.cpp 36 #include "modules/webdatabase/SQLError.h"
97 PassRefPtr<SQLError> SQLStatementBackend::sqlError() const
129 m_error = SQLError::create(SQLError::DATABASE_ERR, "could not prepare statement", result, "interrupted");
131 m_error = SQLError::create(SQLError::SYNTAX_ERR, "could not prepare statement", result, database->lastErrorMsg());
140 m_error = SQLError::create(db->isInterrupted() ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, "number of '?'s in statement string does not match argument count")
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 48 milliseconds