Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp344 textCheckingOptions |= TextCheckingTypeGrammar; in markMisspellingsAfterTypingToWord()
347 if (textCheckingOptions & TextCheckingTypeGrammar) { in markMisspellingsAfterTypingToWord()
451 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar; in markAllMisspellingsAndBadGrammarInRanges()
479 …adGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToC… in chunkAndMarkAllMisspellingsAndBadGrammar()
537 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar; in markAndReplaceFor()
618 textCheckingOptions |= TextCheckingTypeGrammar; in markMisspellingsAndBadGrammar()
748 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) { in respondToChangedSelection()
828 bool shouldMarkGrammar = textCheckingOptions & TextCheckingTypeGrammar; in resolveTextCheckingTypeMask()
834 checkingTypes |= TextCheckingTypeGrammar; in resolveTextCheckingTypeMask()
852 …CheckingFor(SpellCheckRequest::create(TextCheckingTypeSpelling | TextCheckingTypeGrammar, TextChec… in requestTextChecking()
DSpellCheckRequester.cpp253 if (!requestData.maskContains(TextCheckingTypeGrammar)) in didCheckSucceed()
DTextCheckingHelper.cpp342 …eMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCh… in findFirstMisspellingOrBadGrammar()
544 if (checkingTypes & TextCheckingTypeGrammar) { in checkTextOfParagraph()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextChecking.h44 TextCheckingTypeGrammar = 1 << 2, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp525 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeGrammar, TextCheckingTypeGrammar);