OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellCheckWord
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
MockSpellCheck.h
63
bool
spellCheckWord
(const blink::WebString& text, int* misspelledOffset, int* misspelledLength);
77
//
SpellCheckWord
() is called for the first time.
SpellCheckClient.cpp
81
m_spellcheck.
spellCheckWord
(text, &misspelledOffset, &misspelledLength);
93
m_spellcheck.
spellCheckWord
(data.substr(offset), &misspelledPosition, &misspelledLength);
143
m_spellcheck.
spellCheckWord
(WebString(text), &misspelledPosition, &misspelledLength);
MockSpellCheck.cpp
59
bool MockSpellCheck::
spellCheckWord
(const WebString& text, int* misspelledOffset, int* misspelledLength)
Completed in 37 milliseconds