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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h 81 class TextCheckingHelper {
82 WTF_MAKE_NONCOPYABLE(TextCheckingHelper);
85 TextCheckingHelper(SpellCheckerClient&, PassRefPtrWillBeRawPtr<Range>);
86 ~TextCheckingHelper();
TextCheckingHelper.cpp 28 #include "core/editing/TextCheckingHelper.h"
222 TextCheckingHelper::TextCheckingHelper(SpellCheckerClient& client, PassRefPtrWillBeRawPtr<Range> range)
229 TextCheckingHelper::~TextCheckingHelper()
233 String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
289 String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail)
413 int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const
448 String TextCheckingHelper::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll)
507 void TextCheckingHelper::markAllMisspellings(RefPtrWillBeRawPtr<Range>& firstMisspellingRange
    [all...]

Completed in 417 milliseconds