Searched refs:CountryCode (Results 1 – 9 of 9) sorted by relevance
14 TEST(AddressTest, CountryCode) { in TEST() argument
72 const std::string CountryCode() const;
163 std::string country_code = profile.CountryCode(); in FillCountrySelectControl()
305 !value.empty() && imported_profile->CountryCode().empty()) { in ImportFormData()708 if (profile.CountryCode() == "US" && in IsValidLearnableProfile()715 if (profile.CountryCode() == "US" && !zip.empty() && !IsValidZip(zip)) in IsValidLearnableProfile()
638 TEST(AutofillProfileTest, CountryCode) { in TEST() argument640 EXPECT_EQ(std::string(), profile.CountryCode()); in TEST()643 EXPECT_EQ("US", profile.CountryCode()); in TEST()
308 const std::string AutofillProfile::CountryCode() const { in CountryCode() function in AutofillProfile
334 address.SetString("country", profile->CountryCode()); in LoadAddressEditor()
51 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
79 std::string country_code = profile.CountryCode(); in BindAutofillProfileToStatement()