Home
last modified time | relevance | path

Searched refs:UNKNOWN_ERR (Results 1 – 20 of 20) sorted by relevance

/external/webkit/LayoutTests/platform/android-v8/storage/
Dsql-error-codes-expected.txt4 PASS: expected and got error code UNKNOWN_ERR
5 PASS: expected and got error code UNKNOWN_ERR
8 PASS: expected and got error code UNKNOWN_ERR
/external/webkit/LayoutTests/storage/
Dsql-error-codes-expected.txt4 PASS: expected and got error code UNKNOWN_ERR
5 PASS: expected and got error code UNKNOWN_ERR
8 PASS: expected and got error code UNKNOWN_ERR
/external/webkit/Source/WebCore/storage/
DSQLTransactionSync.cpp78 ec = SQLException::UNKNOWN_ERR; in executeSQL()
130 return SQLException::UNKNOWN_ERR; in begin()
161 return SQLException::UNKNOWN_ERR; in execute()
172 return SQLException::UNKNOWN_ERR; in commit()
DChangeVersionWrapper.cpp53 …m_sqlError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to verify current version of database… in performPreflight()
72 … m_sqlError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to set new version in database"); in performPostflight()
DSQLTransaction.cpp249 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to open a transaction, becaus… in openTransactionAndPreflight()
280 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unknown error occured setting up tra… in openTransactionAndPreflight()
305 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "the SQLTransactionCallback was null … in deliverTransactionCallback()
428 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "the statement callback raised an exc… in deliverStatementCallback()
454 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unknown error occured setting up tra… in postflightAndCommit()
DDatabaseSync.cpp109 ec = SQLException::UNKNOWN_ERR; in changeVersion()
122 ec = SQLException::UNKNOWN_ERR; in changeVersion()
DSQLException.h51 UNKNOWN_ERR = SQLExceptionOffset, enumerator
DSQLError.h47 UNKNOWN_ERR = 0, enumerator
DIDBDatabaseException.h47 UNKNOWN_ERR = IDBDatabaseExceptionOffset + 1, enumerator
DIDBObjectStoreBackendImpl.cpp218 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "The key could not … in putInternal()
226 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "One of the derived… in putInternal()
244 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data… in putInternal()
256 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data… in putInternal()
263 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data… in putInternal()
DIDBFactoryBackendImpl.cpp97 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Internal error.")); in open()
DSQLException.idl42 const unsigned short UNKNOWN_ERR = 0;
DSQLError.idl40 const unsigned short UNKNOWN_ERR = 0;
DIDBDatabaseException.idl43 const unsigned short UNKNOWN_ERR = 1;
DSQLStatement.cpp154 …m_error = SQLError::create(SQLError::UNKNOWN_ERR, "unable to execute statement, because the user d… in setDatabaseDeletedError()
DIDBDatabaseBackendImpl.cpp199 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data… in setVersionInternal()
/external/webkit/Source/WebCore/dom/
DExceptionCode.cpp313 nameTableOffset = SQLException::UNKNOWN_ERR; in getExceptionCodeDescription()
333 nameTableOffset = IDBDatabaseException::UNKNOWN_ERR; in getExceptionCodeDescription()
/external/webkit/LayoutTests/storage/indexeddb/
Dconstants-expected.txt6 PASS webkitIDBDatabaseException.UNKNOWN_ERR is 1
Dobjectstore-basics-expected.txt66 PASS event.target.errorCode is webkitIDBDatabaseException.UNKNOWN_ERR
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0625748 Change UNKNOWN_ERR to be 1 since 0 is hard coded to mean no error.