Home
last modified time | relevance | path

Searched defs:checkingTypes (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp277 …TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGr… in findFirstMisspellingOrBadGrammar() local
527 …TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGr… in guessesForMisspelledOrUngrammaticalRange() local
DEditor.cpp3259 TextCheckingTypeMask checkingTypes = 0; in textCheckingTypeMaskFor() local
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2458 void WebPageProxy::checkTextOfParagraph(const String& text, uint64_t checkingTypes, Vector<TextChec… in checkTextOfParagraph()