Searched refs:SetDefaultLanguage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator_unittest.cc120 attributes.SetDefaultLanguage(kTestCases[i].language);
149 attributes.SetDefaultLanguage("en-US");
215 attributes.SetDefaultLanguage(kTestCases[i].language);
236 attributes.SetDefaultLanguage("en-US");
H A Dspellcheck_worditerator.h39 void SetDefaultLanguage(const std::string& language);
97 // attribute.SetDefaultLanguage("en-US");
H A Dspellcheck_language.cc23 character_attributes_.SetDefaultLanguage(language);
H A Dspellcheck_worditerator.cc32 void SpellcheckCharAttribute::SetDefaultLanguage(const std::string& language) { function in class:SpellcheckCharAttribute

Completed in 172 milliseconds