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

  /external/webkit/Source/WebCore/storage/
IDBDatabaseException.h 51 DATA_ERR = IDBDatabaseExceptionOffset + 5,
IDBDatabaseException.idl 47 const unsigned short DATA_ERR = 5;
IDBObjectStoreBackendImpl.cpp 134 // 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 29 milliseconds