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

  /external/chromium/chrome/browser/
language_order_table_model.cc 44 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
46 app_locale,
language_combobox_model.cc 40 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
49 l10n_util::GetDisplayNameForLocale(locale_code, app_locale, false);
  /external/chromium/chrome/browser/autofill/
select_control_handler.cc 164 std::string app_locale = AutofillCountry::ApplicationLocale(); local
172 if (country_code == AutofillCountry::GetCountryCode(*iter, app_locale)) {
address.cc 161 std::string app_locale = AutofillCountry::ApplicationLocale();
162 return AutofillCountry(country_code(), app_locale).name();
184 std::string app_locale = AutofillCountry::ApplicationLocale(); local
185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale);
205 std::string app_locale = AutofillCountry::ApplicationLocale(); local
206 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.cc 52 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
54 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
69 l10n_util::GetDisplayNameForLocale(language_codes[i], app_locale,
83 l10n_util::SortStrings16(app_locale, &display_names);
autofill_options_handler.cc 74 std::string app_locale = AutofillCountry::ApplicationLocale(); local
80 const AutofillCountry country(country_codes[i], app_locale);
227 std::string app_locale = AutofillCountry::ApplicationLocale(); local
229 AutofillCountry::CountryCodeForLocale(app_locale);
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 781 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
784 spellcheck_languages[i], app_locale, true));
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 2065 std::string app_locale = AutofillCountry::ApplicationLocale(); local
    [all...]

Completed in 440 milliseconds