Searched refs:versionErrorMessage (Results 1 – 4 of 4) sorted by relevance
39 const char SQLError::versionErrorMessage[] = "The actual database version did not match the expecte… member in WebCore::SQLError
67 static const char versionErrorMessage[]; variable
104 exceptionState.throwDOMException(VersionError, SQLError::versionErrorMessage); in changeVersion()
86 exceptionState.throwDOMException(VersionError, SQLError::versionErrorMessage); in executeSQL()