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

/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1958 void Editor::markMisspellingsAndBadGrammar(const VisibleSelection &movingSelection) function in class:WebCore::Editor
2347 void Editor::markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection) function in class:WebCore::Editor
3177 markMisspellingsAndBadGrammar(oldAdjacentWords, oldSelectedSentence != newSelectedSentence, oldSelectedSentence);
3179 markMisspellingsAndBadGrammar(oldAdjacentWords, false, oldAdjacentWords);

Completed in 22 milliseconds