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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextChecking.h45 TextCheckingTypeGrammar = 1 << 2, enumerator in enum:blink::TextCheckingType
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp360 textCheckingOptions |= TextCheckingTypeGrammar;
387 textCheckingOptions |= TextCheckingTypeGrammar;
390 if (textCheckingOptions & TextCheckingTypeGrammar) {
494 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar;
522 chunkAndMarkAllMisspellingsAndBadGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck, asynchronous);
580 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar;
661 textCheckingOptions |= TextCheckingTypeGrammar;
817 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) {
917 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar;
923 checkingTypes |= TextCheckingTypeGrammar;
[all...]
H A DSpellCheckRequester.cpp266 if (!requestData.maskContains(TextCheckingTypeGrammar))
H A DTextCheckingHelper.cpp342 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
540 if (checkingTypes & TextCheckingTypeGrammar) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp525 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeGrammar, TextCheckingTypeGrammar);

Completed in 1574 milliseconds