Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dspellcheck_host_impl.cc81 language_(language), in SpellCheckHostImpl()
102 SpellCheckerPlatform::PlatformSupportsLanguage(language_)) { in Initialize()
104 RecordSpellCheckStats(true, language_); in Initialize()
107 SpellCheckerPlatform::SetLanguage(language_); in Initialize()
115 RecordSpellCheckStats(false, language_); in Initialize()
149 bdict_file_path_ = GetFirstChoiceFilePath(language_); in InitializeDictionaryLocation()
340 return language_; in GetLanguage()
Dspellcheck_host_impl.h115 std::string language_; variable
/external/chromium/base/
Dfile_version_info_win.cc16 : language_(language), code_page_(code_page) { in FileVersionInfoWin()
146 lang_codepage[i++] = language_; in GetValue()
152 lang_codepage[i++] = language_; in GetValue()
Dfile_version_info_win.h55 int language_; variable