Searched refs:SpellCheckWord (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/renderer/spellchecker/ |
D | custom_dictionary_engine_unittest.cc | 13 EXPECT_FALSE(engine.SpellCheckWord(base::string16().c_str(), 15, 23)); in TEST() 18 EXPECT_FALSE(engine.SpellCheckWord(ASCIIToUTF16("helllo").c_str(), 0, 6)); in TEST() 22 EXPECT_TRUE(engine.SpellCheckWord(ASCIIToUTF16("helllo").c_str(), 0, 6)); in TEST() 27 EXPECT_FALSE(CustomDictionaryEngine().SpellCheckWord(data, 1, 1)); in TEST()
|
D | spellcheck.cc | 177 bool SpellCheck::SpellCheckWord( in SpellCheckWord() function in SpellCheck 192 return spellcheck_.SpellCheckWord(in_word, in_word_len, in SpellCheckWord() 216 if (SpellCheckWord(&text[offset], in SpellCheckParagraph() 226 if (!custom_dictionary_.SpellCheckWord( in SpellCheckParagraph() 280 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start, in GetAutoCorrectionWord() 367 if (SpellCheckWord(text + word_location, word_length, 0, in CreateTextCheckingResults() 372 if (!custom_dictionary_.SpellCheckWord( in CreateTextCheckingResults()
|
D | spellcheck_unittest.cc | 390 bool result = spell_check()->SpellCheckWord( in TEST_F() 441 bool result = spell_check()->SpellCheckWord( in TEST_F() 806 bool result = spell_check()->SpellCheckWord( in TEST_F() 892 bool result = spell_check()->SpellCheckWord(word.c_str(), in TEST_F() 1199 bool result = spell_check()->SpellCheckWord( in TEST_F() 1246 bool result = spell_check()->SpellCheckWord( in TEST_F() 1261 result = spell_check()->SpellCheckWord( in TEST_F() 1351 EXPECT_FALSE(spell_check()->SpellCheckWord( in TEST_F()
|
D | custom_dictionary_engine.h | 28 bool SpellCheckWord(const base::string16& text,
|
D | spellcheck_language.h | 37 bool SpellCheckWord(const char16* in_word,
|
D | custom_dictionary_engine.cc | 43 bool CustomDictionaryEngine::SpellCheckWord( in SpellCheckWord() function in CustomDictionaryEngine
|
D | spellcheck_language.cc | 35 bool SpellcheckLanguage::SpellCheckWord( in SpellCheckWord() function in SpellcheckLanguage
|
D | spellcheck.h | 69 bool SpellCheckWord(const char16* in_word,
|
D | spellcheck_provider.cc | 134 spellcheck_->SpellCheckWord( in spellCheck()
|