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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 342 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
343 checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results);
536 void checkTextOfParagraph(TextCheckerClient* client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
543 if (checkingTypes & TextCheckingTypeSpelling)
547 if (checkingTypes & TextCheckingTypeGrammar) {
Editor.cpp     [all...]

Completed in 33 milliseconds