Searched refs:SpellCheckWord (Results 1 – 13 of 13) 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(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()
|
D | spellcheck.cc | 206 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()
|
D | spellcheck_unittest.cc | 388 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()
|
D | custom_dictionary_engine.h | 28 bool SpellCheckWord(const base::string16& text,
|
D | spellcheck_language.h | 37 bool SpellCheckWord(const base::char16* in_word,
|
D | custom_dictionary_engine.cc | 43 bool CustomDictionaryEngine::SpellCheckWord( in SpellCheckWord() function in CustomDictionaryEngine
|
D | spellcheck_language.cc | 33 bool SpellcheckLanguage::SpellCheckWord( in SpellCheckWord() function in SpellcheckLanguage
|
D | spellcheck.h | 69 bool SpellCheckWord(const base::char16* in_word,
|
D | spellcheck_provider.cc | 135 spellcheck_->SpellCheckWord( in spellCheck()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | spell_check_client.cc | 54 spell_check_.SpellCheckWord(text, &misspelled_offset, &misspelled_length); in spellCheck() 68 spell_check_.SpellCheckWord( in checkTextOfParagraph() 118 spell_check_.SpellCheckWord( in FinishLastTextCheck()
|
D | mock_spell_check.h | 40 bool SpellCheckWord(const blink::WebString& text,
|
D | mock_spell_check.cc | 32 bool MockSpellCheck::SpellCheckWord(const blink::WebString& text, in SpellCheckWord() function in content::MockSpellCheck
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 1794 *!SpellcheckLanguage::SpellCheckWord 1795 *!SpellCheck::SpellCheckWord
|