Searched refs:unknownErrorMessage (Results 1 – 4 of 4) sorted by relevance
80 exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); in executeSQL()135 exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); in begin()187 exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); in execute()200 exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); in commit()
38 const char SQLError::unknownErrorMessage[] = "The operation failed for reasons unrelated to the dat… member in WebCore::SQLError
97 exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); in changeVersion()118 exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); in changeVersion()
66 static const char unknownErrorMessage[]; variable