CountryCodeForLocale   56 components/autofill/core/browser/autofill_country.h   static const std::string CountryCodeForLocale(const std::string& locale);
CountryCodeForLocale   40 components/autofill/core/browser/autofill_country_unittest.cc TEST(AutofillCountryTest, CountryCodeForLocale) {
CountryCodeForLocale   41 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("en_US"));
CountryCodeForLocale   42 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("CA", AutofillCountry::CountryCodeForLocale("fr_CA"));
CountryCodeForLocale   43 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("FR", AutofillCountry::CountryCodeForLocale("fr"));
CountryCodeForLocale   44 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("Unknown"));
CountryCodeForLocale   47 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("es-419"));
CountryCodeForLocale   94 components/autofill/core/browser/personal_data_manager.cc     country_code = AutofillCountry::CountryCodeForLocale(app_locale);
CountryCodeForLocale  784 components/autofill/core/browser/personal_data_manager.cc         AutofillCountry::CountryCodeForLocale(app_locale())));
CountryCodeForLocale  802 components/autofill/core/browser/personal_data_manager.cc     default_country_code_ = AutofillCountry::CountryCodeForLocale(app_locale());
CountryCodeForLocale   36 components/autofill/core/browser/phone_number.cc   return AutofillCountry::CountryCodeForLocale(app_locale);
CountryCodeForLocale   28 components/autofill/core/browser/phone_number_i18n.cc   return AutofillCountry::CountryCodeForLocale(app_locale);