Searched defs:checkTextOfParagraph (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpellCheckClient.h59 virtual void checkTextOfParagraph(const WebString&, function in class:blink::WebSpellCheckClient
/external/chromium_org/content/shell/renderer/test_runner/
H A DSpellCheckClient.cpp58 void SpellCheckClient::checkTextOfParagraph(const WebString& text, WebTextCheckingTypeMask mask, WebVector<WebTextCheckingResult>* webResults) function in class:content::SpellCheckClient
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc149 void SpellCheckProvider::checkTextOfParagraph( function in class:SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.cpp343 checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results);
533 void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results) function

Completed in 461 milliseconds