Home
last modified time | relevance | path

Searched refs:TextCheckingTypeSpelling (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/page/
DEditorClient.h65 TextCheckingTypeSpelling = 1 << 1, enumerator
/external/webkit/WebCore/editing/
DEditor.cpp1698 …64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextChe… in findFirstMisspellingOrBadGrammarInRange()
1703 …if (result->type == TextCheckingTypeSpelling && result->location >= currentStartOffset && result->… in findFirstMisspellingOrBadGrammarInRange()
2068 …64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextChe… in guessesForMisspelledOrUngrammaticalRange()
2073 …if (result->type == TextCheckingTypeSpelling && result->location == rangeStartOffset && result->le… in guessesForMisspelledOrUngrammaticalRange()
2381 checkingTypes |= TextCheckingTypeSpelling; in markAllMisspellingsAndBadGrammarInRanges()
2402 …if (markSpelling && result->type == TextCheckingTypeSpelling && resultLocation >= spellingRangeSta… in markAllMisspellingsAndBadGrammarInRanges()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm702 result.type = TextCheckingTypeSpelling;