Searched defs:pref_locale (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/base/
H A Dresources_win.cc9 bool LoadResources(const std::string& pref_locale) { argument
H A Dresources_linux.cc21 bool LoadResources(const std::string& pref_locale) { argument
23 ui::ResourceBundle::GetSharedInstance().ReloadLocaleResources(pref_locale);
35 pref_locale, NULL, ui::ResourceBundle::DO_NOT_LOAD_COMMON_RESOURCES);
H A Dresources_mac.cc17 bool LoadResources(const std::string& pref_locale) { argument
19 ui::ResourceBundle::GetSharedInstance().ReloadLocaleResources(pref_locale);
32 if (pref_locale.empty())
36 pref_locale, NULL, ui::ResourceBundle::DO_NOT_LOAD_COMMON_RESOURCES);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc405 std::string GetApplicationLocaleInternal(const std::string& pref_locale) { argument
412 app_locale = pref_locale;
434 if (!pref_locale.empty())
435 candidates.push_back(GetCanonicalLocale(pref_locale));
472 if (!pref_locale.empty())
473 candidates.push_back(pref_locale);
495 std::string GetApplicationLocale(const std::string& pref_locale, argument
497 const std::string locale = GetApplicationLocaleInternal(pref_locale);
503 std::string GetApplicationLocale(const std::string& pref_locale) { argument
504 return GetApplicationLocale(pref_locale, tru
[all...]
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc167 const std::string& pref_locale,
173 std::string result = g_shared_instance_->LoadLocaleResources(pref_locale);
295 const std::string& pref_locale) {
297 std::string app_locale = l10n_util::GetApplicationLocale(pref_locale);
358 const std::string& pref_locale) {
365 return LoadLocaleResources(pref_locale);
166 InitSharedInstanceWithLocale( const std::string& pref_locale, Delegate* delegate, LoadResources load_resources) argument
294 LoadLocaleResources( const std::string& pref_locale) argument
357 ReloadLocaleResources( const std::string& pref_locale) argument

Completed in 845 milliseconds