Searched defs:markMisspellingsAndBadGrammar (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp1359 void Editor::markMisspellingsAndBadGrammar(const VisibleSelection &movingSelection) function in class:WebCore::Editor
1361 markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
1602 void Editor::markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection) function in class:WebCore::Editor
1608 // markMisspellingsAndBadGrammar() is triggered by selection change, in which case we check spelling and grammar, but don't autocorrect misspellings.
1875 markMisspellingsAndBadGrammar(selection);
2119 markMisspellingsAndBadGrammar(oldAdjacentWords, selectedSentence != newSelectedSentence, selectedSentence);
2121 markMisspellingsAndBadGrammar(oldAdjacentWords, false, oldAdjacentWords);

Completed in 96 milliseconds