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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.idl 37 const unsigned short UNKNOWN_ERR = 0;
ChangeVersionWrapper.cpp 53 database->reportChangeVersionResult(1, SQLError::UNKNOWN_ERR, sqliteError);
54 m_sqlError = SQLErrorData::create(SQLError::UNKNOWN_ERR, "unable to read the current version",
76 database->reportChangeVersionResult(3, SQLError::UNKNOWN_ERR, sqliteError);
77 m_sqlError = SQLErrorData::create(SQLError::UNKNOWN_ERR, "unable to set new version in database",
SQLError.h 77 UNKNOWN_ERR = 0,
SQLTransaction.cpp 164 m_database->reportStartTransactionResult(5, SQLError::UNKNOWN_ERR, 0);
165 m_transactionError = SQLErrorData::create(SQLError::UNKNOWN_ERR, "the SQLTransactionCallback was null or threw an exception");
212 m_database->reportCommitTransactionResult(2, SQLError::UNKNOWN_ERR, 0);
213 m_transactionError = SQLErrorData::create(SQLError::UNKNOWN_ERR, "the statement callback raised an exception or statement error callback did not return false");
SQLTransactionBackend.cpp 609 m_database->reportStartTransactionResult(4, SQLError::UNKNOWN_ERR, 0);
610 m_transactionError = SQLErrorData::create(SQLError::UNKNOWN_ERR, "unknown error occurred during transaction preflight");
    [all...]
Database.cpp 845 OwnPtr<SQLErrorData> error = SQLErrorData::create(SQLError::UNKNOWN_ERR, "database has been closed");
    [all...]

Completed in 187 milliseconds