HomeSort by relevance Sort by last modified time
    Searched refs:application_locale (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/
language_usage_metrics.h 24 // Records the application language as a UMA histogram. |application_locale|
27 static void RecordApplicationLanguage(const std::string& application_locale);
language_usage_metrics.cc 30 const std::string& application_locale) {
31 const int language_code = ToLanguageCode(application_locale);
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc 331 void GetAllFallbackLocales(const std::string& application_locale,
335 if (!application_locale.empty() && application_locale != default_locale)
336 l10n_util::GetParentLocales(application_locale, all_fallback_locales);
377 const std::string& application_locale,
381 GetAllFallbackLocales(application_locale, default_locale,
extension_l10n_util.h 71 // The vector is ordered by priority of locale - |application_locale|,
73 void GetAllFallbackLocales(const std::string& application_locale,
message_bundle.h 123 bool AppendReservedMessagesForLocale(const std::string& application_locale,
message_bundle_unittest.cc 143 bool AppendReservedMessages(const std::string& application_locale) {
146 application_locale, &error);
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 263 const std::string& application_locale,
268 if (!application_locale.empty() && application_locale != default_locale)
269 l10n_util::GetParentLocales(application_locale, &all_fallback_locales);
extension_message_bundle.h 119 bool AppendReservedMessagesForLocale(const std::string& application_locale,
extension_message_bundle_unittest.cc 141 bool AppendReservedMessages(const std::string& application_locale) {
144 application_locale, &error);
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc 109 std::string application_locale = g_browser_process->GetApplicationLocale(); local
110 localized_strings->SetString("currentUiLanguageCode", application_locale);
114 !prospective_locale.empty() ? prospective_locale : application_locale);
  /external/chromium_org/chrome_frame/
policy_settings.cc 196 std::wstring application_locale; local
205 ReadStringSetting(policy::key::kApplicationLocaleValue, &application_locale);
223 swap(application_locale_, application_locale);

Completed in 238 milliseconds