Home | History | Annotate | Download | only in wallet

Lines Matching defs:country_name_code

28   std::string country_name_code;
29 if (!dictionary.GetString("postal_address.country_name_code",
30 &country_name_code)) {
96 Address* address = new Address(country_name_code,
141 Address::Address(const std::string& country_name_code,
152 : country_name_code_(country_name_code),
161 phone_object_(phone_number, country_name_code),
289 dict->SetString("country_name_code", country_name_code_);
326 return i18n::PhoneObject(phone_number(), country_name_code()).
333 DCHECK(base::IsStringASCII(country_name_code()));
334 return base::ASCIIToUTF16(country_name_code());
360 AutofillCountry country(country_name_code(), app_locale);