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 77 class TextCheckingHelper {
78 WTF_MAKE_NONCOPYABLE(TextCheckingHelper);
80 TextCheckingHelper(EditorClient*, PassRefPtr<Range>);
81 ~TextCheckingHelper();
TextCheckingHelper.cpp 28 #include "core/editing/TextCheckingHelper.h"
221 TextCheckingHelper::TextCheckingHelper(EditorClient* client, PassRefPtr<Range> range)
229 TextCheckingHelper::~TextCheckingHelper()
233 String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtr<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(RefPtr<Range>& firstMisspellingRange
    [all...]

Completed in 82 milliseconds