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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.idl 43 const unsigned short CONSTRAINT_ERR = 6;
SQLError.h 83 CONSTRAINT_ERR = 6,
SQLStatementBackend.cpp 197 db->reportExecuteStatementResult(6, SQLError::CONSTRAINT_ERR, result);
198 m_error = SQLErrorData::create(SQLError::CONSTRAINT_ERR, "could not execute statement due to a constaint failure", result, database->lastErrorMsg());

Completed in 52 milliseconds