Searched refs:DATA_ERR (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseException.idl47 const unsigned short DATA_ERR = 5;
H A DIDBDatabaseException.h51 DATA_ERR = IDBDatabaseExceptionOffset + 5, enumerator in enum:WebCore::IDBDatabaseException::IDBDatabaseExceptionCode
H A DIDBObjectStoreBackendImpl.cpp134 // FIXME: This should throw a DATA_ERR when the wrong key/keyPath data is supplied.
148 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "A key was supplied for an objectStore that has a keyPath."));
171 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "The generated key could not be inserted into the object using the keyPath."));
182 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "The key could not be fetched from the keyPath."));
187 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "The key fetched from the keyPath does not match the key of the cursor."));
195 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "No key supplied"));
210 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "NULL key is not allowed."));
222 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::DATA_ERR, "One of the derived (from a keyPath) keys for an index is NULL."));

Completed in 505 milliseconds