Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:badGrammarLength

749 void WebEditorClient::checkGrammarOfString(const UChar* text, int length, Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength)
759 if (badGrammarLength)
760 *badGrammarLength = range.length;