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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.idl 38 const unsigned short VERSION_ERR = 2;
ChangeVersionWrapper.cpp 60 database->reportChangeVersionResult(2, SQLError::VERSION_ERR, 0);
61 m_sqlError = SQLError::create(SQLError::VERSION_ERR, "current version of the database and `oldVersion` argument do not match");
SQLError.h 56 VERSION_ERR = 2,
SQLStatementBackend.cpp 214 database->reportExecuteStatementResult(7, SQLError::VERSION_ERR, 0);
215 m_error = SQLError::create(SQLError::VERSION_ERR, "current version of the database and `oldVersion` argument do not match");
DatabaseSync.cpp 102 reportChangeVersionResult(3, SQLError::VERSION_ERR, 0);

Completed in 132 milliseconds