OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMultiWordMisspelling
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
MockSpellCheck.h
71
bool
isMultiWordMisspelling
(const blink::WebString& text, std::vector<blink::WebTextCheckingResult>* results);
SpellCheckClient.cpp
139
if (!m_spellcheck.
isMultiWordMisspelling
(WebString(text), &results)) {
MockSpellCheck.cpp
129
bool MockSpellCheck::
isMultiWordMisspelling
(const WebString& text, vector<WebTextCheckingResult>* results)
Completed in 28 milliseconds