Home
last modified time | relevance | path

Searched refs:country_code_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Daddress.cc37 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 …]
Dphone_number_i18n.cc248 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 =()
Dautofill_country.h64 const std::string& country_code() const { return country_code_; } in country_code()
91 std::string country_code_; variable
Dphone_number_i18n.h82 const base::string16& country_code() const { return country_code_; } in country_code()
102 base::string16 country_code_; variable
Daddress.h61 std::string country_code_; variable
Dautofill_profile.cc222 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
Dautofill_country.cc1057 country_code_ = country_code; in AutofillCountry()
1111 : country_code_(country_code), in AutofillCountry()