HomeSort by relevance Sort by last modified time
    Searched defs:current_locale (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 179 std::string current_locale; local
180 if (supported_locales->GetString(j, &current_locale) &&
181 l10n_util::IsValidLocaleSyntax(current_locale)) {
182 current_locale = l10n_util::NormalizeLocale(current_locale);
184 current_locale) != browser_locales.end()) {
189 LOG(WARNING) << "Unrecognized locale '" << current_locale
  /external/chromium_org/extensions/common/
extension_l10n_util.cc 308 std::string current_locale = l10n_util::NormalizeLocale(GetProcessLocale()); local
309 if (current_locale.empty())
310 current_locale = "en";
312 return current_locale;
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 1185 const std::string current_locale = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.cc 1262 const std::string& current_locale = local
    [all...]

Completed in 247 milliseconds