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

  /external/chromium/chrome/browser/autofill/
autofill_country_unittest.cc 36 TEST(AutofillCountryTest, CountryCodeForLocale) {
37 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("en_US"));
38 EXPECT_EQ("CA", AutofillCountry::CountryCodeForLocale("fr_CA"));
39 EXPECT_EQ("FR", AutofillCountry::CountryCodeForLocale("fr"));
40 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("Unknown"));
43 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("es-419"));
autofill_country.h 30 static const std::string CountryCodeForLocale(const std::string& locale);
autofill_country.cc 599 const std::string AutofillCountry::CountryCodeForLocale(
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 229 AutofillCountry::CountryCodeForLocale(app_locale);

Completed in 60 milliseconds