Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.h89 base::string16 GetAutoCorrectionWord(const base::string16& word, int tag);
Dspellcheck.cc247 base::string16 SpellCheck::GetAutoCorrectionWord(const base::string16& word, in GetAutoCorrectionWord() function in SpellCheck
Dspellcheck_provider.cc183 return spellcheck_->GetAutoCorrectionWord(word, routing_id()); in autoCorrectWord()
Dspellcheck_unittest.cc847 base::string16 autocorrect_word = spell_check()->GetAutoCorrectionWord( in TEST_F()