OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpellCheckWord
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine.cc
43
bool CustomDictionaryEngine::
SpellCheckWord
(
spellcheck_language.cc
33
bool SpellcheckLanguage::
SpellCheckWord
(
spellcheck.cc
206
bool SpellCheck::
SpellCheckWord
(
221
return spellcheck_.
SpellCheckWord
(in_word, in_word_len,
237
// Spellcheck::
SpellCheckWord
() automatically breaks text into words and
245
if (
SpellCheckWord
(&text[offset],
255
if (!custom_dictionary_.
SpellCheckWord
(
309
SpellCheckWord
(misspelled_word, word_length, tag, &misspelling_start,
396
if (
SpellCheckWord
(text + word_location, word_length, 0,
401
if (!custom_dictionary_.
SpellCheckWord
(
/external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.cc
32
bool MockSpellCheck::
SpellCheckWord
(const blink::WebString& text,
Completed in 482 milliseconds