Home
last modified time | relevance | path

Searched refs:markMisspellings (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h64 … void markMisspellings(const VisibleSelection&, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
DSpellChecker.cpp371 markMisspellings(wordSelection, misspellingRange); in markMisspellingsAfterLineBreak()
404markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStar… in markMisspellingsAfterTypingToWord()
479 void SpellChecker::markMisspellings(const VisibleSelection& selection, RefPtrWillBeRawPtr<Range>& f… in markMisspellings() function in blink::SpellChecker
667 markMisspellings(spellingSelection, firstMisspellingRange); in markMisspellingsAndBadGrammar()