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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h 92 void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
SpellChecker.cpp 392 void SpellChecker::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
438 markMisspellingsOrBadGrammar(selection, true, firstMisspellingRange);
444 markMisspellingsOrBadGrammar(selection, false, firstMisspellingRange);
    [all...]

Completed in 42 milliseconds