checkTextOfParagraph 522 Source/core/editing/SpellChecker.cpp checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textCheckingOptions), results); checkTextOfParagraph 343 Source/core/editing/TextCheckingHelper.cpp checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results); checkTextOfParagraph 102 Source/core/editing/TextCheckingHelper.h void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&); checkTextOfParagraph 189 Source/web/SpellCheckerClientImpl.cpp m_webView->spellCheckClient()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults); checkTextOfParagraph 59 public/web/WebSpellCheckClient.h virtual void checkTextOfParagraph(const WebString&,