Home | History | Annotate | Download | only in editing

Lines Matching refs:markMisspellingsOrBadGrammar

2049 void Editor::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtr<Range>& firstMisspellingRange)
2102 markMisspellingsOrBadGrammar(selection, true, firstMisspellingRange);
2109 markMisspellingsOrBadGrammar(selection, false, firstMisspellingRange);