Searched defs:application_locale (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dlanguage_usage_metrics.cc30 const std::string& application_locale) {
31 const int language_code = ToLanguageCode(application_locale);
29 RecordApplicationLanguage( const std::string& application_locale) argument
/external/chromium_org/chrome_frame/
H A Dpolicy_settings.cc161 std::wstring application_locale; local
169 ReadStringSetting(policy::key::kApplicationLocaleValue, &application_locale);
186 swap(application_locale_, application_locale);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler_common.cc108 std::string application_locale = g_browser_process->GetApplicationLocale(); local
109 localized_strings->SetString("currentUiLanguageCode", application_locale);
113 !prospective_locale.empty() ? prospective_locale : application_locale);
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util.cc263 const std::string& application_locale,
268 if (!application_locale.empty() && application_locale != default_locale)
269 l10n_util::GetParentLocales(application_locale, &all_fallback_locales);
260 LoadMessageCatalogs( const FilePath& locale_path, const std::string& default_locale, const std::string& application_locale, const std::set<std::string>& valid_locales, std::string* error) argument
H A Dextension_message_bundle_unittest.cc141 bool AppendReservedMessages(const std::string& application_locale) { argument
144 application_locale, &error);
/external/chromium_org/chrome/common/extensions/
H A Dextension_l10n_util.cc246 void GetAllFallbackLocales(const std::string& application_locale, argument
250 if (!application_locale.empty() && application_locale != default_locale)
251 l10n_util::GetParentLocales(application_locale, all_fallback_locales);
314 const std::string& application_locale,
318 GetAllFallbackLocales(application_locale, default_locale,
311 LoadMessageCatalogs( const base::FilePath& locale_path, const std::string& default_locale, const std::string& application_locale, const std::set<std::string>& valid_locales, std::string* error) argument
H A Dmessage_bundle_unittest.cc143 bool AppendReservedMessages(const std::string& application_locale) { argument
146 application_locale, &error);

Completed in 145 milliseconds