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

  /external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine_unittest.cc 13 EXPECT_FALSE(engine.SpellCheckWord(string16().c_str(), 15, 23));
18 EXPECT_FALSE(engine.SpellCheckWord(ASCIIToUTF16("helllo").c_str(), 0, 6));
22 EXPECT_TRUE(engine.SpellCheckWord(ASCIIToUTF16("helllo").c_str(), 0, 6));
27 EXPECT_FALSE(CustomDictionaryEngine().SpellCheckWord(data, 1, 1));
custom_dictionary_engine.h 28 bool SpellCheckWord(const string16& text,
spellcheck_language.h 37 bool SpellCheckWord(const char16* in_word,
spellcheck.cc 176 bool SpellCheck::SpellCheckWord(
191 return spellcheck_.SpellCheckWord(in_word, in_word_len,
207 // Spellcheck::SpellCheckWord() automatically breaks text into words and
215 if (SpellCheckWord(&text[offset],
225 if (!custom_dictionary_.SpellCheckWord(
278 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
366 if (SpellCheckWord(text + word_location, word_length, 0,
371 if (!custom_dictionary_.SpellCheckWord(
custom_dictionary_engine.cc 43 bool CustomDictionaryEngine::SpellCheckWord(
spellcheck.h 69 bool SpellCheckWord(const char16* in_word,
spellcheck_language.cc 35 bool SpellcheckLanguage::SpellCheckWord(
spellcheck_unittest.cc 133 // Operates unit tests for the webkit_glue::SpellCheckWord() function
392 bool result = spell_check()->SpellCheckWord(
443 bool result = spell_check()->SpellCheckWord(
808 bool result = spell_check()->SpellCheckWord(
    [all...]
spellcheck_provider.cc 132 spellcheck_->SpellCheckWord(

Completed in 417 milliseconds