Searched defs:country_code_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress.h61 std::string country_code_; member in class:autofill::Address
H A Dphone_number_i18n.h82 const base::string16& country_code() const { return country_code_; }
102 base::string16 country_code_; member in class:autofill::i18n::PhoneObject
H A Dautofill_country.h64 const std::string& country_code() const { return country_code_; }
91 std::string country_code_; member in class:autofill::AutofillCountry
H A Dautofill_profile.cc222 country_code_(country_code),
226 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
231 std::string country_code_; member in class:autofill::__anon6324::FindByPhone

Completed in 542 milliseconds