Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_unittest.cc52 return spell_check()->InitializeIfNeeded(); in InitializeIfNeeded()
78 SpellCheck* spell_check() { return spell_check_.get(); } in spell_check() function in SpellCheckTest
91 spell_check()->SpellCheckParagraph(input, in TestSpellCheckParagraph()
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()
847 base::string16 autocorrect_word = spell_check()->GetAutoCorrectionWord( in TEST_F()
892 bool result = spell_check()->SpellCheckWord(word.c_str(), in TEST_F()
992 spell_check()->RequestTextChecking(base::string16(), &completion); in TEST_F()
1004 spell_check()->RequestTextChecking(text, &completion); in TEST_F()
[all …]