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

/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1977 TextCheckingOptions textCheckingOptions = 0; local
1979 textCheckingOptions |= MarkSpelling;
1987 || ((textCheckingOptions & MarkSpelling) && isAutomaticSpellingCorrectionEnabled())))
1988 textCheckingOptions |= PerformReplacement;
1990 if (!textCheckingOptions & (MarkSpelling | PerformReplacement))
1994 textCheckingOptions |= MarkGrammar;
1997 if (textCheckingOptions & MarkGrammar) {
1999 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormalizedRange().get());
2001 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormalizedRange().get());
2112 void Editor::markAllMisspellingsAndBadGrammarInRanges(TextCheckingOptions textCheckingOptions, Rang argument
3252 textCheckingTypeMaskFor(TextCheckingOptions textCheckingOptions) argument
[all...]

Completed in 100 milliseconds