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

  /external/webkit/Source/WebCore/platform/text/
TextChecking.h 47 TextCheckingTypeGrammar = 1 << 2,
  /external/webkit/Source/WebKit/chromium/src/
WebTextCheckingCompletionImpl.cpp 48 return TextCheckingTypeGrammar;
  /external/webkit/Source/WebCore/editing/
SpellChecker.cpp 146 ASSERT(type == TextCheckingTypeGrammar);
164 if (results[i].type != TextCheckingTypeSpelling && results[i].type != TextCheckingTypeGrammar)
TextCheckingHelper.cpp 277 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
289 if (checkGrammar && result->type == TextCheckingTypeGrammar && result->location < currentEndOffset && result->location + result->length > currentStartOffset) {
527 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
547 if (result->type == TextCheckingTypeGrammar && paragraph.isCheckingRangeCoveredBy(result->location, result->length)) {
Editor.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 254 result.type = TextCheckingTypeGrammar;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 799 result.type = TextCheckingTypeGrammar;
    [all...]

Completed in 1154 milliseconds