Searched refs:TextCheckingTypeSpelling (Results 1 – 5 of 5) sorted by relevance
357 textCheckingOptions |= TextCheckingTypeSpelling; in markMisspellingsAfterLineBreak()381 textCheckingOptions |= TextCheckingTypeSpelling; in markMisspellingsAfterTypingToWord()383 if (!(textCheckingOptions & TextCheckingTypeSpelling)) in markMisspellingsAfterTypingToWord()522 …chunkAndMarkAllMisspellingsAndBadGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | Te… in chunkAndMarkAllMisspellingsAndBadGrammar()579 bool shouldMarkSpelling = textCheckingOptions & TextCheckingTypeSpelling; in markAndReplaceFor()659 TextCheckingTypeMask textCheckingOptions = TextCheckingTypeSpelling; in markMisspellingsAndBadGrammar()674 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) in updateMarkersForWordsAffectedByEditing()812 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) { in respondToChangedSelection()916 bool shouldMarkSpelling = textCheckingOptions & TextCheckingTypeSpelling; in resolveTextCheckingTypeMask()921 checkingTypes |= TextCheckingTypeSpelling; in resolveTextCheckingTypeMask()[all …]
342 …Mask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextChe… in findFirstMisspellingOrBadGrammar()536 if (checkingTypes & TextCheckingTypeSpelling) in checkTextOfParagraph()
264 if (!requestData.maskContains(TextCheckingTypeSpelling)) in didCheckSucceed()
44 TextCheckingTypeSpelling = 1 << 1, enumerator
524 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeSpelling, TextCheckingTypeSpelling);