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

  /external/webkit/Source/WebCore/platform/text/
TextChecking.h 46 TextCheckingTypeSpelling = 1 << 1,
  /external/webkit/Source/WebKit/chromium/src/
WebTextCheckingCompletionImpl.cpp 46 return TextCheckingTypeSpelling;
  /external/webkit/Source/WebCore/editing/
SpellChecker.cpp 144 if (type == TextCheckingTypeSpelling)
164 if (results[i].type != TextCheckingTypeSpelling && results[i].type != TextCheckingTypeGrammar)
TextCheckingHelper.cpp 277 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
282 if (result->type == TextCheckingTypeSpelling && result->location >= currentStartOffset && result->location + result->length <= currentEndOffset) {
527 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
532 if (result->type == TextCheckingTypeSpelling && paragraph.checkingRangeMatches(result->location, result->length)) {
Editor.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 247 result.type = TextCheckingTypeSpelling;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 792 result.type = TextCheckingTypeSpelling;
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 489 checker->checkTextOfParagraph(chars, charLength, TextCheckingTypeSpelling, results);
    [all...]

Completed in 356 milliseconds