Home
last modified time | relevance | path

Searched refs:CountryCode (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/autofill/
Daddress_unittest.cc14 TEST(AddressTest, CountryCode) { in TEST() argument
Dautofill_profile.h72 const std::string CountryCode() const;
Dselect_control_handler.cc163 std::string country_code = profile.CountryCode(); in FillCountrySelectControl()
Dpersonal_data_manager.cc305 !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()
Dautofill_profile_unittest.cc638 TEST(AutofillProfileTest, CountryCode) { in TEST() argument
640 EXPECT_EQ(std::string(), profile.CountryCode()); in TEST()
643 EXPECT_EQ("US", profile.CountryCode()); in TEST()
Dautofill_profile.cc308 const std::string AutofillProfile::CountryCode() const { in CountryCode() function in AutofillProfile
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc334 address.SetString("country", profile->CountryCode()); in LoadAddressEditor()
/external/libphonenumber/java/
Drelease_notes.txt51 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
/external/chromium/chrome/browser/webdata/
Dautofill_table.cc79 std::string country_code = profile.CountryCode(); in BindAutofillProfileToStatement()