Searched refs:country_code_ (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | address.cc | 37 country_code_ = address.country_code_; in operator =() 71 return base::ASCIIToUTF16(country_code_); in GetRawInfo() 121 country_code_ = base::UTF16ToASCII(value); in SetRawInfo() 144 return base::ASCIIToUTF16(country_code_); in GetInfo() 147 if (storable_type == ADDRESS_HOME_COUNTRY && !country_code_.empty()) in GetInfo() 148 return AutofillCountry(country_code_, app_locale).name(); in GetInfo() 158 country_code_ = std::string(); in SetInfo() 162 country_code_ = StringToUpperASCII(base::UTF16ToASCII(value)); in SetInfo() 171 country_code_ = AutofillCountry::GetCountryCode(value, app_locale); in SetInfo() 172 return !country_code_.empty(); in SetInfo() [all …]
|
D | phone_number_i18n.cc | 248 if (ParsePhoneNumber(number, region, &country_code_, &city_code_, &number_, in PhoneObject() 268 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_, in GetFormattedNumber() 285 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_, in GetWholeNumber() 303 country_code_ = other.country_code_; in operator =()
|
D | autofill_country.h | 64 const std::string& country_code() const { return country_code_; } in country_code() 91 std::string country_code_; variable
|
D | phone_number_i18n.h | 82 const base::string16& country_code() const { return country_code_; } in country_code() 102 base::string16 country_code_; variable
|
D | address.h | 61 std::string country_code_; variable
|
D | autofill_profile.cc | 222 country_code_(country_code), in FindByPhone() 226 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_); in operator ()() 231 std::string country_code_; member in autofill::__anon7519bb150111::FindByPhone
|
D | autofill_country.cc | 1057 country_code_ = country_code; in AutofillCountry() 1111 : country_code_(country_code), in AutofillCountry()
|