Home
last modified time | relevance | path

Searched refs:ConstraintError (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h67 ConstraintError, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLStatementSync.cpp127 exceptionState.throwDOMException(ConstraintError, "A constraint was violated."); in execute()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBDatabase.cpp208 …exceptionState.throwDOMException(ConstraintError, "An object store with the specified name already… in createObjectStore()
DIDBObjectStore.cpp405 …exceptionState.throwDOMException(ConstraintError, "An index with the specified name already exists… in createIndex()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp494 COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionConstraintError, ConstraintError);