Home
last modified time | relevance | path

Searched refs:MarkSpelling (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditor.cpp419 …m_spellChecker->requestCheckingFor(textCheckingTypeMaskFor(MarkSpelling | MarkGrammar), nodeToChec… in replaceSelectionWithFragment()
1979 textCheckingOptions |= MarkSpelling; in markMisspellingsAfterTypingToWord()
1987 || ((textCheckingOptions & MarkSpelling) && isAutomaticSpellingCorrectionEnabled()))) in markMisspellingsAfterTypingToWord()
1990 if (!textCheckingOptions & (MarkSpelling | PerformReplacement)) in markMisspellingsAfterTypingToWord()
2118 bool shouldMarkSpelling = textCheckingOptions & MarkSpelling; in markAllMisspellingsAndBadGrammarInRanges()
2352 TextCheckingOptions textCheckingOptions = MarkSpelling | CheckForCorrection; in markMisspellingsAndBadGrammar()
3254 bool shouldMarkSpelling = textCheckingOptions & MarkSpelling; in textCheckingTypeMaskFor()
DEditor.h228 MarkSpelling = 1 << 0, enumerator
DSpellingCorrectionController.cpp291 …m_frame->editor()->markAllMisspellingsAndBadGrammarInRanges(Editor::MarkSpelling | Editor::ShowCor… in correctionPanelTimerFired()