OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkTextOfParagraph
(Results
1 - 9
of
9
) 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.h
56
virtual void
checkTextOfParagraph
(const blink::WebString&, blink::WebTextCheckingTypeMask, blink::WebVector<blink::WebTextCheckingResult>*);
SpellCheckClient.cpp
84
void SpellCheckClient::
checkTextOfParagraph
(const WebString& text, WebTextCheckingTypeMask mask, WebVector<WebTextCheckingResult>* webResults)
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
99
void
checkTextOfParagraph
(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&);
TextCheckingHelper.cpp
343
checkTextOfParagraph
(m_client->textChecker(), paragraphString, checkingTypes, results);
533
void
checkTextOfParagraph
(TextCheckerClient& client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
SpellChecker.cpp
552
checkTextOfParagraph
(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textCheckingOptions), results);
[
all
...]
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.h
76
virtual void
checkTextOfParagraph
(
spellcheck_provider.cc
148
void SpellCheckProvider::
checkTextOfParagraph
(
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
185
m_webView->spellCheckClient()->
checkTextOfParagraph
(text, WebTextCheckingTypeGrammar, &webResults);
Completed in 50 milliseconds