OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checkTextOfParagraph
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h
59
virtual void
checkTextOfParagraph
(const WebString&,
/external/chromium_org/third_party/WebKit/Source/testing/runner/
SpellCheckClient.cpp
84
void SpellCheckClient::
checkTextOfParagraph
(const WebString& text, WebTextCheckingTypeMask mask, WebVector<WebTextCheckingResult>* webResults)
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc
148
void SpellCheckProvider::
checkTextOfParagraph
(
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
343
checkTextOfParagraph
(m_client->textChecker(), paragraphString, checkingTypes, results);
533
void
checkTextOfParagraph
(TextCheckerClient& client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
Completed in 873 milliseconds