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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 75 class TextCheckingHelper {
76 WTF_MAKE_NONCOPYABLE(TextCheckingHelper);
78 TextCheckingHelper(EditorClient*, PassRefPtr<Range>);
79 ~TextCheckingHelper();
TextCheckingHelper.cpp 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) cons
    [all...]

Completed in 31 milliseconds