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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
ChangeVersionWrapper.h 46 virtual SQLErrorData* sqlError() const OVERRIDE { return m_sqlError.get(); }
54 OwnPtr<SQLErrorData> m_sqlError;
ChangeVersionWrapper.cpp 54 m_sqlError = SQLErrorData::create(SQLError::UNKNOWN_ERR, "unable to read the current version",
61 m_sqlError = SQLErrorData::create(SQLError::VERSION_ERR, "current version of the database and `oldVersion` argument do not match");
77 m_sqlError = SQLErrorData::create(SQLError::UNKNOWN_ERR, "unable to set new version in database",

Completed in 57 milliseconds