Searched refs:SpellCheckWord (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dcustom_dictionary_engine_unittest.cc13 EXPECT_FALSE(engine.SpellCheckWord(base::string16().c_str(), 15, 23));
18 EXPECT_FALSE(engine.SpellCheckWord(base::ASCIIToUTF16("helllo").c_str(),
23 EXPECT_TRUE(engine.SpellCheckWord(base::ASCIIToUTF16("helllo").c_str(),
29 EXPECT_FALSE(CustomDictionaryEngine().SpellCheckWord(data, 1, 1));
H A Dcustom_dictionary_engine.h28 bool SpellCheckWord(const base::string16& text,
H A Dspellcheck_language.h37 bool SpellCheckWord(const base::char16* in_word,
H A Dspellcheck.cc206 bool SpellCheck::SpellCheckWord( function in class:SpellCheck
221 return spellcheck_.SpellCheckWord(in_word, in_word_len,
237 // Spellcheck::SpellCheckWord() automatically breaks text into words and
245 if (SpellCheckWord(&text[offset],
255 if (!custom_dictionary_.SpellCheckWord(
309 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
396 if (SpellCheckWord(text + word_location, word_length, 0,
401 if (!custom_dictionary_.SpellCheckWord(
H A Dcustom_dictionary_engine.cc43 bool CustomDictionaryEngine::SpellCheckWord( function in class:CustomDictionaryEngine
H A Dspellcheck.h69 bool SpellCheckWord(const base::char16* in_word,
H A Dspellcheck_language.cc33 bool SpellcheckLanguage::SpellCheckWord( function in class:SpellcheckLanguage
H A Dspellcheck_unittest.cc129 // Operates unit tests for the content::SpellCheck::SpellCheckWord() function
388 bool result = spell_check()->SpellCheckWord(
439 bool result = spell_check()->SpellCheckWord(
818 bool result = spell_check()->SpellCheckWord(
867 // Verify that our SpellCheck::SpellCheckWord() returns false when it checks
904 bool result = spell_check()->SpellCheckWord(word.c_str(),
1211 bool result = spell_check()->SpellCheckWord(
1258 bool result = spell_check()->SpellCheckWord(
1273 result = spell_check()->SpellCheckWord(
1363 EXPECT_FALSE(spell_check()->SpellCheckWord(
[all...]
H A Dspellcheck_provider.cc135 spellcheck_->SpellCheckWord(
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_spell_check.h40 bool SpellCheckWord(const blink::WebString& text,
58 // SpellCheckWord() is called for the first time.
H A Dspell_check_client.cc54 spell_check_.SpellCheckWord(text, &misspelled_offset, &misspelled_length);
68 spell_check_.SpellCheckWord(
118 spell_check_.SpellCheckWord(
H A Dmock_spell_check.cc32 bool MockSpellCheck::SpellCheckWord(const blink::WebString& text, function in class:content::MockSpellCheck

Completed in 98 milliseconds