HomeSort by relevance Sort by last modified time
    Searched defs:SpellCheckWord (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine.cc 43 bool CustomDictionaryEngine::SpellCheckWord(
spellcheck_language.cc 35 bool SpellcheckLanguage::SpellCheckWord(
spellcheck.cc 177 bool SpellCheck::SpellCheckWord(
192 return spellcheck_.SpellCheckWord(in_word, in_word_len,
208 // Spellcheck::SpellCheckWord() automatically breaks text into words and
216 if (SpellCheckWord(&text[offset],
226 if (!custom_dictionary_.SpellCheckWord(
280 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
367 if (SpellCheckWord(text + word_location, word_length, 0,
372 if (!custom_dictionary_.SpellCheckWord(

Completed in 41 milliseconds