HomeSort by relevance Sort by last modified time
    Searched refs:TextCheckingTypeGrammar (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextChecking.h 44 TextCheckingTypeGrammar = 1 << 2,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 372 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;
    [all...]
SpellCheckRequester.cpp 253 if (!requestData.maskContains(TextCheckingTypeGrammar))
TextCheckingHelper.cpp 342 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
544 if (checkingTypes & TextCheckingTypeGrammar) {
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp     [all...]

Completed in 539 milliseconds