Home
last modified time | relevance | path

Searched refs:checkTextOfParagraph (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebSpellCheckClient.h59 virtual void checkTextOfParagraph(const WebString&, in checkTextOfParagraph() function
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DSpellCheckClient.h56 …virtual void checkTextOfParagraph(const blink::WebString&, blink::WebTextCheckingTypeMask, blink::…
DSpellCheckClient.cpp84 void SpellCheckClient::checkTextOfParagraph(const WebString& text, WebTextCheckingTypeMask mask, We… in checkTextOfParagraph() function in WebTestRunner::SpellCheckClient
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.h99 void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheck…
DTextCheckingHelper.cpp343checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results); in findFirstMisspellingOrBadGrammar()
533 void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask check… in checkTextOfParagraph() function
DSpellChecker.cpp552checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textChecki… in markAllMisspellingsAndBadGrammarInRanges()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.h76 virtual void checkTextOfParagraph(
Dspellcheck_provider.cc148 void SpellCheckProvider::checkTextOfParagraph( in checkTextOfParagraph() function in SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp185 …m_webView->spellCheckClient()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults); in checkGrammarOfString()