Home
last modified time | relevance | path

Searched refs:TextCheckingTypeSpelling (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp357 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 …]
DTextCheckingHelper.cpp342 …Mask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextChe… in findFirstMisspellingOrBadGrammar()
536 if (checkingTypes & TextCheckingTypeSpelling) in checkTextOfParagraph()
DSpellCheckRequester.cpp264 if (!requestData.maskContains(TextCheckingTypeSpelling)) in didCheckSucceed()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextChecking.h44 TextCheckingTypeSpelling = 1 << 1, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp524 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeSpelling, TextCheckingTypeSpelling);