Searched refs:UNKNOWN_ERR (Results 1 – 20 of 20) sorted by relevance
/external/webkit/LayoutTests/platform/android-v8/storage/ |
D | sql-error-codes-expected.txt | 4 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/ |
D | sql-error-codes-expected.txt | 4 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/ |
D | SQLTransactionSync.cpp | 78 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()
|
D | ChangeVersionWrapper.cpp | 53 …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()
|
D | SQLTransaction.cpp | 249 …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()
|
D | DatabaseSync.cpp | 109 ec = SQLException::UNKNOWN_ERR; in changeVersion() 122 ec = SQLException::UNKNOWN_ERR; in changeVersion()
|
D | SQLException.h | 51 UNKNOWN_ERR = SQLExceptionOffset, enumerator
|
D | SQLError.h | 47 UNKNOWN_ERR = 0, enumerator
|
D | IDBDatabaseException.h | 47 UNKNOWN_ERR = IDBDatabaseExceptionOffset + 1, enumerator
|
D | IDBObjectStoreBackendImpl.cpp | 218 …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()
|
D | IDBFactoryBackendImpl.cpp | 97 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Internal error.")); in open()
|
D | SQLException.idl | 42 const unsigned short UNKNOWN_ERR = 0;
|
D | SQLError.idl | 40 const unsigned short UNKNOWN_ERR = 0;
|
D | IDBDatabaseException.idl | 43 const unsigned short UNKNOWN_ERR = 1;
|
D | SQLStatement.cpp | 154 …m_error = SQLError::create(SQLError::UNKNOWN_ERR, "unable to execute statement, because the user d… in setDatabaseDeletedError()
|
D | IDBDatabaseBackendImpl.cpp | 199 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data… in setVersionInternal()
|
/external/webkit/Source/WebCore/dom/ |
D | ExceptionCode.cpp | 313 nameTableOffset = SQLException::UNKNOWN_ERR; in getExceptionCodeDescription() 333 nameTableOffset = IDBDatabaseException::UNKNOWN_ERR; in getExceptionCodeDescription()
|
/external/webkit/LayoutTests/storage/indexeddb/ |
D | constants-expected.txt | 6 PASS webkitIDBDatabaseException.UNKNOWN_ERR is 1
|
D | objectstore-basics-expected.txt | 66 PASS event.target.errorCode is webkitIDBDatabaseException.UNKNOWN_ERR
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 25748 Change UNKNOWN_ERR to be 1 since 0 is hard coded to mean no error.
|