Searched refs:spell_check (Results 1 – 1 of 1) sorted by relevance
50 return spell_check()->InitializeIfNeeded(); in InitializeIfNeeded()76 SpellCheck* spell_check() { return spell_check_.get(); } in spell_check() function in SpellCheckTest89 spell_check()->SpellCheckParagraph(input, in TestSpellCheckParagraph()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()859 base::string16 autocorrect_word = spell_check()->GetAutoCorrectionWord( in TEST_F()904 bool result = spell_check()->SpellCheckWord(word.c_str(), in TEST_F()1004 spell_check()->RequestTextChecking(base::string16(), &completion); in TEST_F()1016 spell_check()->RequestTextChecking(text, &completion); in TEST_F()[all …]