Searched refs:checkTextOfParagraph (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebSpellCheckClient.h | 59 virtual void checkTextOfParagraph(const WebString&, in checkTextOfParagraph() function
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | SpellCheckClient.h | 56 …virtual void checkTextOfParagraph(const blink::WebString&, blink::WebTextCheckingTypeMask, blink::…
|
D | SpellCheckClient.cpp | 84 void SpellCheckClient::checkTextOfParagraph(const WebString& text, WebTextCheckingTypeMask mask, We… in checkTextOfParagraph() function in WebTestRunner::SpellCheckClient
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextCheckingHelper.h | 99 void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheck…
|
D | TextCheckingHelper.cpp | 343 … checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results); in findFirstMisspellingOrBadGrammar() 533 void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask check… in checkTextOfParagraph() function
|
D | SpellChecker.cpp | 552 …checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textChecki… in markAllMisspellingsAndBadGrammarInRanges()
|
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_provider.h | 76 virtual void checkTextOfParagraph(
|
D | spellcheck_provider.cc | 148 void SpellCheckProvider::checkTextOfParagraph( in checkTextOfParagraph() function in SpellCheckProvider
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpellCheckerClientImpl.cpp | 185 …m_webView->spellCheckClient()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults); in checkGrammarOfString()
|