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:WebKit::WebSpellCheckClient
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DSpellCheckClient.cpp82 void SpellCheckClient::checkTextOfParagraph(const WebString& text, WebTextCheckingTypeMask mask, WebVector<WebTextCheckingResult>* webResults) function in class:WebTestRunner::SpellCheckClient
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc146 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);
536 void checkTextOfParagraph(TextCheckerClient* client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results) function

Completed in 466 milliseconds