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

  /external/webkit/Source/WebCore/storage/
ChangeVersionWrapper.h 39 class SQLError;
48 virtual SQLError* sqlError() const { return m_sqlError.get(); }
55 RefPtr<SQLError> m_sqlError;
SQLStatement.h 43 class SQLError;
63 SQLError* sqlError() const { return m_error.get(); }
75 RefPtr<SQLError> m_error;
SQLTransaction.h 43 class SQLError;
59 virtual SQLError* sqlError() const = 0;
121 RefPtr<SQLError> m_transactionError;
SQLTransaction.cpp 40 #include "SQLError.h"
249 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to open a transaction, because the user deleted the database");
270 m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "unable to open a transaction to the database");
278 m_transactionError = m_wrapper->sqlError();
280 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unknown error occured setting up transaction");
305 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "the SQLTransactionCallback was null or threw an exception")
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 230 milliseconds