Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h72 void clearMisspellingsAndBadGrammar(const VisibleSelection&);
DSpellChecker.cpp339 void SpellChecker::clearMisspellingsAndBadGrammar(const VisibleSelection &movingSelection) in clearMisspellingsAndBadGrammar() function in blink::SpellChecker
DCompositeEditCommand.cpp1231 document().frame()->spellChecker().clearMisspellingsAndBadGrammar(endingSelection()); in moveParagraphs()