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

  /external/chromium_org/components/autofill/core/browser/
autofill_country_unittest.cc 51 TEST(AutofillCountryTest, GetCountryCode) {
53 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("United States"),
55 EXPECT_EQ("CA", AutofillCountry::GetCountryCode(ASCIIToUTF16("Canada"),
59 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("united states"),
63 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("US"), "en_US"));
64 EXPECT_EQ("HU", AutofillCountry::GetCountryCode(ASCIIToUTF16("hu"), "en_US"));
65 EXPECT_EQ("CA", AutofillCountry::GetCountryCode(ASCIIToUTF16("CA"), "fr_CA"));
66 EXPECT_EQ("MX", AutofillCountry::GetCountryCode(ASCIIToUTF16("mx"), "fr_CA"));
70 AutofillCountry::GetCountryCode(
72 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("USA")
    [all...]
autofill_country.h 61 static const std::string GetCountryCode(const base::string16& country,
address.cc 171 country_code_ = AutofillCountry::GetCountryCode(value, app_locale);
196 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
autofill_field.cc 178 std::string country_code = AutofillCountry::GetCountryCode(value, app_locale);
189 if (country_code == AutofillCountry::GetCountryCode(value, app_locale) ||
190 country_code == AutofillCountry::GetCountryCode(contents, app_locale)) {
autofill_country.cc     [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 334 AutofillCountry::GetCountryCode(
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 182 info = base::ASCIIToUTF16(AutofillCountry::GetCountryCode(
535 std::string region = AutofillCountry::GetCountryCode(
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.cc 367 AutofillCountry::GetCountryCode(country_name_or_code, app_locale);
autofill_table.cc     [all...]

Completed in 165 milliseconds