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/content/shell/renderer/test_runner/ |
D | spell_check_client.h | 34 virtual void checkTextOfParagraph(
|
D | spell_check_client.cc | 57 void SpellCheckClient::checkTextOfParagraph( in checkTextOfParagraph() function in content::SpellCheckClient
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextCheckingHelper.h | 103 void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheck…
|
D | TextCheckingHelper.cpp | 343 … checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results); in findFirstMisspellingOrBadGrammar() 529 void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask check… in checkTextOfParagraph() function
|
D | SpellChecker.cpp | 567 …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 | 149 void SpellCheckProvider::checkTextOfParagraph( in checkTextOfParagraph() function in SpellCheckProvider
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpellCheckerClientImpl.cpp | 189 …m_webView->spellCheckClient()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults); in checkGrammarOfString()
|