Home
last modified time | relevance | path

Searched refs:findFirstMisspellingOrBadGrammar (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.h89 …String findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFound…
DSpellChecker.cpp240 …ellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspellingOrBadGrammar(isGra… in advanceToNextMisspelling()
273 …ellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspellingOrBadGrammar(isGra… in advanceToNextMisspelling()
DTextCheckingHelper.cpp291 String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling,… in findFirstMisspellingOrBadGrammar() function in blink::TextCheckingHelper