Home
last modified time | relevance | path

Searched refs:CONSTRAINT_ERR (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBIndex.cpp62 ec = IDBDatabaseException::CONSTRAINT_ERR; in openCursor()
80 ec = IDBDatabaseException::CONSTRAINT_ERR; in openKeyCursor()
DSQLException.h57 CONSTRAINT_ERR = SQLExceptionOffset + 6, enumerator
DSQLError.h53 CONSTRAINT_ERR = 6, enumerator
DIDBDatabaseException.h50 CONSTRAINT_ERR = IDBDatabaseExceptionOffset + 4, enumerator
DSQLException.idl48 const unsigned short CONSTRAINT_ERR = 6;
DSQLError.idl46 const unsigned short CONSTRAINT_ERR = 6;
DIDBDatabaseException.idl46 const unsigned short CONSTRAINT_ERR = 4;
DIDBDatabase.cpp121 ec = IDBDatabaseException::CONSTRAINT_ERR; in transaction()
DIDBObjectStore.cpp155 ec = IDBDatabaseException::CONSTRAINT_ERR; in openCursor()
DIDBObjectStoreBackendImpl.cpp236 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::CONSTRAINT_ERR, "Key already exi… in putInternal()
372 ec = IDBDatabaseException::CONSTRAINT_ERR; in createIndex()
DIDBDatabaseBackendImpl.cpp105 ec = IDBDatabaseException::CONSTRAINT_ERR; in createObjectStore()
/external/webkit/LayoutTests/storage/indexeddb/
Dconstants-expected.txt9 PASS webkitIDBDatabaseException.CONSTRAINT_ERR is 4
Dcreate-and-remove-object-store-expected.txt30 PASS code is webkitIDBDatabaseException.CONSTRAINT_ERR
/external/webkit/Source/WebCore/
DChangeLog-2010-12-066245 * When an objectStore already exists, throw a CONSTRAINT_ERR.