/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/autofill/ |
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);
|
select_control_handler.cc | 164 std::string app_locale = AutofillCountry::ApplicationLocale(); local 172 if (country_code == AutofillCountry::GetCountryCode(*iter, app_locale)) {
|
/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/common/extensions/ |
extension_message_bundle.cc | 98 const std::string& app_locale, std::string* error) { 100 append_messages[kUILocaleKey] = app_locale; 104 if (base::i18n::GetTextDirectionForLocale(app_locale.c_str()) ==
|
extension_l10n_util.h | 88 const std::string& 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...] |
/external/chromium/chrome/common/ |
pref_names.cc | 47 const char kApplicationLocale[] = "intl.app_locale"; [all...] |