HomeSort by relevance Sort by last modified time
    Searched refs:markMisspellingsAndBadGrammar (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h 64 void markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection);
71 void markMisspellingsAndBadGrammar(const VisibleSelection&);
SpellChecker.cpp 139 markMisspellingsAndBadGrammar(selection);
327 void SpellChecker::markMisspellingsAndBadGrammar(const VisibleSelection &movingSelection)
329 markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
609 void SpellChecker::markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection)
615 // markMisspellingsAndBadGrammar() is triggered by selection change, in which case we check spelling and grammar, but don't autocorrect misspellings.
    [all...]
CompositeEditCommand.cpp     [all...]

Completed in 636 milliseconds