Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLStatementBackend.cpp192 db->reportExecuteStatementResult(6, SQLError::CONSTRAINT_ERR, result); in execute()
193 …m_error = SQLError::create(SQLError::CONSTRAINT_ERR, "could not execute statement due to a constai… in execute()
DSQLError.h60 CONSTRAINT_ERR = 6, enumerator
DSQLError.idl42 const unsigned short CONSTRAINT_ERR = 6;