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

  /external/webkit/Source/WebCore/storage/
ChangeVersionWrapper.cpp 53 m_sqlError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to verify current version of database");
72 m_sqlError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to set new version in database");
SQLError.idl 40 const unsigned short UNKNOWN_ERR = 0;
SQLException.idl 42 const unsigned short UNKNOWN_ERR = 0;
SQLException.h 51 UNKNOWN_ERR = SQLExceptionOffset,
IDBDatabaseException.h 47 UNKNOWN_ERR = IDBDatabaseExceptionOffset + 1,
SQLError.h 47 UNKNOWN_ERR = 0,
IDBDatabaseException.idl 43 const unsigned short UNKNOWN_ERR = 1;
SQLTransactionSync.cpp 78 ec = SQLException::UNKNOWN_ERR;
130 return SQLException::UNKNOWN_ERR;
161 return SQLException::UNKNOWN_ERR;
172 return SQLException::UNKNOWN_ERR;
DatabaseSync.cpp 109 ec = SQLException::UNKNOWN_ERR;
122 ec = SQLException::UNKNOWN_ERR;
IDBFactoryBackendImpl.cpp 97 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Internal error."));
SQLTransaction.cpp 249 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to open a transaction, because the user deleted the database");
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");
428 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "the statement callback raised an exception or statement error callback did not return false");
454 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unknown error occured setting up transaction");
IDBObjectStoreBackendImpl.cpp 218 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "The key could not be fetched from an index's keyPath."));
226 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "One of the derived (from a keyPath) keys for an index does not satisfy its uniqueness requirements."));
244 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data to stable storage."));
256 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data to stable storage."));
263 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data to stable storage."));
SQLStatement.cpp 154 m_error = SQLError::create(SQLError::UNKNOWN_ERR, "unable to execute statement, because the user deleted the database");
IDBDatabaseBackendImpl.cpp 199 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Error writing data to stable storage."));
  /external/webkit/LayoutTests/storage/
sql-error-codes.js 37 testTransaction(db, function(tx) { throw "Exception thrown in transaction callback."; }, "UNKNOWN_ERR");
45 }, "UNKNOWN_ERR");
70 }, "UNKNOWN_ERR");
  /external/webkit/Source/WebCore/dom/
ExceptionCode.cpp 159 "UNKNOWN_ERR",
215 "UNKNOWN_ERR",
313 nameTableOffset = SQLException::UNKNOWN_ERR;
333 nameTableOffset = IDBDatabaseException::UNKNOWN_ERR;

Completed in 1298 milliseconds