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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextChecking.h44 TextCheckingTypeSpelling = 1 << 1, enumerator in enum:blink::TextCheckingType
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp357 textCheckingOptions |= TextCheckingTypeSpelling;
381 textCheckingOptions |= TextCheckingTypeSpelling;
383 if (!(textCheckingOptions & TextCheckingTypeSpelling))
522 chunkAndMarkAllMisspellingsAndBadGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck, asynchronous);
579 bool shouldMarkSpelling = textCheckingOptions & TextCheckingTypeSpelling;
659 TextCheckingTypeMask textCheckingOptions = TextCheckingTypeSpelling;
674 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling))
812 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) {
916 bool shouldMarkSpelling = textCheckingOptions & TextCheckingTypeSpelling;
921 checkingTypes |= TextCheckingTypeSpelling;
[all...]
H A DTextCheckingHelper.cpp342 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
536 if (checkingTypes & TextCheckingTypeSpelling)
H A DSpellCheckRequester.cpp264 if (!requestData.maskContains(TextCheckingTypeSpelling))
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp524 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeSpelling, TextCheckingTypeSpelling);

Completed in 136 milliseconds