Home
last modified time | relevance | path

Searched refs:app_locale (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dlanguage_options_handler.cc52 const std::string app_locale = g_browser_process->GetApplicationLocale(); in GetLanguageList() local
54 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes); in GetLanguageList()
69 l10n_util::GetDisplayNameForLocale(language_codes[i], app_locale, in GetLanguageList()
83 l10n_util::SortStrings16(app_locale, &display_names); in GetLanguageList()
Dautofill_options_handler.cc74 std::string app_locale = AutofillCountry::ApplicationLocale(); in GetCountryData() local
80 const AutofillCountry country(country_codes[i], app_locale); in GetCountryData()
227 std::string app_locale = AutofillCountry::ApplicationLocale(); in SetAddressOverlayStrings() local
229 AutofillCountry::CountryCodeForLocale(app_locale); in SetAddressOverlayStrings()
/external/chromium/chrome/browser/autofill/
Daddress.cc161 std::string app_locale = AutofillCountry::ApplicationLocale(); in Country() local
162 return AutofillCountry(country_code(), app_locale).name(); in Country()
184 std::string app_locale = AutofillCountry::ApplicationLocale(); in SetCountry() local
185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale); in SetCountry()
205 std::string app_locale = AutofillCountry::ApplicationLocale(); in IsCountry() local
206 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale); in IsCountry()
Dselect_control_handler.cc164 std::string app_locale = AutofillCountry::ApplicationLocale(); in FillCountrySelectControl() local
172 if (country_code == AutofillCountry::GetCountryCode(*iter, app_locale)) { in FillCountrySelectControl()
/external/chromium/chrome/browser/
Dlanguage_order_table_model.cc44 const std::string app_locale = g_browser_process->GetApplicationLocale(); in GetText() local
46 app_locale, in GetText()
Dlanguage_combobox_model.cc40 const std::string app_locale = g_browser_process->GetApplicationLocale(); in InitNativeNames() local
49 l10n_util::GetDisplayNameForLocale(locale_code, app_locale, false); in InitNativeNames()
/external/chromium/chrome/common/extensions/
Dextension_message_bundle.cc98 const std::string& app_locale, std::string* error) { in AppendReservedMessagesForLocale() argument
100 append_messages[kUILocaleKey] = app_locale; in AppendReservedMessagesForLocale()
104 if (base::i18n::GetTextDirectionForLocale(app_locale.c_str()) == in AppendReservedMessagesForLocale()
Dextension_l10n_util.h88 const std::string& app_locale,
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc781 const std::string app_locale = g_browser_process->GetApplicationLocale(); in AppendSpellcheckOptionsSubMenu() local
784 spellcheck_languages[i], app_locale, true)); in AppendSpellcheckOptionsSubMenu()
/external/chromium/chrome/browser/webdata/
Dautofill_table.cc2065 std::string app_locale = AutofillCountry::ApplicationLocale(); in MigrateToVersion34ProfilesBasedOnCountryCode() local
2067 app_locale)); in MigrateToVersion34ProfilesBasedOnCountryCode()