Searched refs:TextCheckingHelper (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTextCheckingHelper.h75 class TextCheckingHelper { class in namespace:WebCore
76 WTF_MAKE_NONCOPYABLE(TextCheckingHelper);
78 TextCheckingHelper(EditorClient*, PassRefPtr<Range>);
79 ~TextCheckingHelper();
H A DTextCheckingHelper.cpp28 #include "TextCheckingHelper.h"
154 TextCheckingHelper::TextCheckingHelper(EditorClient* client, PassRefPtr<Range> range) function in class:WebCore::TextCheckingHelper
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
[all...]
H A DEditingAllInOne.cpp71 #include <TextCheckingHelper.cpp>
H A DEditor.cpp68 #include "TextCheckingHelper.h"
1752 String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1762 misspelledWord = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
1775 badGrammarPhrase = TextCheckingHelper(client(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
1788 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1797 misspelledWord = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
1809 badGrammarPhrase = TextCheckingHelper(client(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
1874 return TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).isUngrammatical(ignoredGuesses);
1885 TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).isUngrammatical(guesses);
1906 return TextCheckingHelper(clien
[all...]
/external/webkit/Source/WebCore/
H A DAndroid.mk264 editing/TextCheckingHelper.cpp \

Completed in 120 milliseconds