Home
last modified time | relevance | path

Searched refs:SpellCheckWord (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dcustom_dictionary_engine_unittest.cc13 EXPECT_FALSE(engine.SpellCheckWord(base::string16().c_str(), 15, 23)); in TEST()
18 EXPECT_FALSE(engine.SpellCheckWord(base::ASCIIToUTF16("helllo").c_str(), in TEST()
23 EXPECT_TRUE(engine.SpellCheckWord(base::ASCIIToUTF16("helllo").c_str(), in TEST()
29 EXPECT_FALSE(CustomDictionaryEngine().SpellCheckWord(data, 1, 1)); in TEST()
Dspellcheck.cc206 bool SpellCheck::SpellCheckWord( in SpellCheckWord() function in SpellCheck
221 return spellcheck_.SpellCheckWord(in_word, in_word_len, in SpellCheckWord()
245 if (SpellCheckWord(&text[offset], in SpellCheckParagraph()
255 if (!custom_dictionary_.SpellCheckWord( in SpellCheckParagraph()
309 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start, in GetAutoCorrectionWord()
396 if (SpellCheckWord(text + word_location, word_length, 0, in CreateTextCheckingResults()
401 if (!custom_dictionary_.SpellCheckWord( in CreateTextCheckingResults()
Dspellcheck_unittest.cc388 bool result = spell_check()->SpellCheckWord( in TEST_F()
439 bool result = spell_check()->SpellCheckWord( in TEST_F()
818 bool result = spell_check()->SpellCheckWord( in TEST_F()
904 bool result = spell_check()->SpellCheckWord(word.c_str(), in TEST_F()
1211 bool result = spell_check()->SpellCheckWord( in TEST_F()
1258 bool result = spell_check()->SpellCheckWord( in TEST_F()
1273 result = spell_check()->SpellCheckWord( in TEST_F()
1363 EXPECT_FALSE(spell_check()->SpellCheckWord( in TEST_F()
Dcustom_dictionary_engine.h28 bool SpellCheckWord(const base::string16& text,
Dspellcheck_language.h37 bool SpellCheckWord(const base::char16* in_word,
Dcustom_dictionary_engine.cc43 bool CustomDictionaryEngine::SpellCheckWord( in SpellCheckWord() function in CustomDictionaryEngine
Dspellcheck_language.cc33 bool SpellcheckLanguage::SpellCheckWord( in SpellCheckWord() function in SpellcheckLanguage
Dspellcheck.h69 bool SpellCheckWord(const base::char16* in_word,
Dspellcheck_provider.cc135 spellcheck_->SpellCheckWord( in spellCheck()
/external/chromium_org/content/shell/renderer/test_runner/
Dspell_check_client.cc54 spell_check_.SpellCheckWord(text, &misspelled_offset, &misspelled_length); in spellCheck()
68 spell_check_.SpellCheckWord( in checkTextOfParagraph()
118 spell_check_.SpellCheckWord( in FinishLastTextCheck()
Dmock_spell_check.h40 bool SpellCheckWord(const blink::WebString& text,
Dmock_spell_check.cc32 bool MockSpellCheck::SpellCheckWord(const blink::WebString& text, in SpellCheckWord() function in content::MockSpellCheck
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions_full.txt1794 *!SpellcheckLanguage::SpellCheckWord
1795 *!SpellCheck::SpellCheckWord