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

  /external/chromium/chrome/browser/autofill/
address_unittest.cc 14 TEST(AddressTest, CountryCode) {
autofill_profile.h 72 const std::string CountryCode() const;
select_control_handler.cc 163 std::string country_code = profile.CountryCode();
autofill_profile_unittest.cc 638 TEST(AutofillProfileTest, CountryCode) {
640 EXPECT_EQ(std::string(), profile.CountryCode());
643 EXPECT_EQ("US", profile.CountryCode());
personal_data_manager.cc 305 !value.empty() && imported_profile->CountryCode().empty()) {
708 if (profile.CountryCode() == "US" &&
715 if (profile.CountryCode() == "US" && !zip.empty() && !IsValidZip(zip))
autofill_profile.cc 308 const std::string AutofillProfile::CountryCode() const {
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 334 address.SetString("country", profile->CountryCode());
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 79 std::string country_code = profile.CountryCode();
    [all...]

Completed in 48 milliseconds