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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextChecking.h44 TextCheckingTypeGrammar = 1 << 2, enumerator in enum:WebCore::TextCheckingType
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp372 textCheckingOptions |= TextCheckingTypeGrammar;
375 if (textCheckingOptions & TextCheckingTypeGrammar) {
479 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar;
507 chunkAndMarkAllMisspellingsAndBadGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck, asynchronous);
565 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar;
646 textCheckingOptions |= TextCheckingTypeGrammar;
776 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) {
856 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar;
862 checkingTypes |= TextCheckingTypeGrammar;
880 m_spellCheckRequester->requestCheckingFor(SpellCheckRequest::create(TextCheckingTypeSpelling | TextCheckingTypeGrammar, TextCheckingProcessBatc
[all...]
H A DSpellCheckRequester.cpp253 if (!requestData.maskContains(TextCheckingTypeGrammar))
H A DTextCheckingHelper.cpp342 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
544 if (checkingTypes & TextCheckingTypeGrammar) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp544 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeGrammar, TextCheckingTypeGrammar);

Completed in 130 milliseconds