Home | History | Annotate | Download | only in editing

Lines Matching defs:TextCheckingHelper

28 #include "TextCheckingHelper.h"
154 TextCheckingHelper::TextCheckingHelper(EditorClient* client, PassRefPtr<Range> range)
162 TextCheckingHelper::~TextCheckingHelper()
166 String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtr<Range>& firstMisspellingRange)
225 String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail)
356 int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int /*badGrammarPhraseLength*/, int startOffset, int endOffset, bool markAll)
403 String TextCheckingHelper::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll)
464 bool TextCheckingHelper::isUngrammatical(Vector<String>& guessesVector) const
481 String badGrammarPhrase = const_cast<TextCheckingHelper*>(this)->findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
510 Vector<String> TextCheckingHelper::guessesForMisspelledOrUngrammaticalRange(bool checkGrammar, bool& misspelled, bool& ungrammatical) const
574 void TextCheckingHelper::markAllMisspellings(RefPtr<Range>& firstMisspellingRange)
582 void TextCheckingHelper::markAllBadGrammar()