Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dspellcheck_common.h27 void SpellCheckLanguages(std::vector<std::string>* languages);
Dspellcheck_common.cc165 void SpellCheckLanguages(std::vector<std::string>* languages) { in SpellCheckLanguages() function
/external/chromium/chrome/browser/ui/webui/options/
Dlanguage_options_handler_common.cc133 SpellCheckCommon::SpellCheckLanguages(&spell_check_languages); in GetSpellCheckLanguageCodeSet()