Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditor.h232 CheckForCorrection = 1 << 4, enumerator
DEditor.cpp2122 …shouldCheckForCorrection = shouldShowCorrectionPanel || (textCheckingOptions & CheckForCorrection); in markAllMisspellingsAndBadGrammarInRanges()
2352 TextCheckingOptions textCheckingOptions = MarkSpelling | CheckForCorrection; in markMisspellingsAndBadGrammar()
3257 …shouldCheckForCorrection = shouldShowCorrectionPanel || (textCheckingOptions & CheckForCorrection); in textCheckingTypeMaskFor()
/external/webkit/Source/WebCore/
DChangeLog28556 value, "CheckForCorrection".