Searched refs:country_code_ (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | address.cc | 37 country_code_ = address.country_code_; in operator =() 68 return ASCIIToUTF16(country_code_); in GetRawInfo() 111 country_code_ = UTF16ToASCII(value); in SetRawInfo() 134 return ASCIIToUTF16(country_code_); in GetInfo() 137 if (storable_type == ADDRESS_HOME_COUNTRY && !country_code_.empty()) in GetInfo() 138 return AutofillCountry(country_code_, app_locale).name(); in GetInfo() 148 country_code_ = std::string(); in SetInfo() 152 country_code_ = StringToUpperASCII(UTF16ToASCII(value)); in SetInfo() 158 country_code_ = AutofillCountry::GetCountryCode(value, app_locale); in SetInfo() 159 return !country_code_.empty(); in SetInfo() [all …]
|
D | phone_number_i18n.cc | 240 if (ParsePhoneNumber(number, region_, &country_code_, &city_code_, &number_, in PhoneObject() 260 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_, in GetFormattedNumber() 277 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_, in GetWholeNumber() 295 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 | 78 const base::string16& country_code() const { return country_code_; } in country_code() 98 base::string16 country_code_; variable
|
D | address.h | 61 std::string country_code_; variable
|
D | autofill_profile.cc | 193 country_code_(country_code), in FindByPhone() 198 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_); in operator ()() 202 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_); in operator ()() 207 std::string country_code_; member in autofill::__anonbe666c480111::FindByPhone
|
D | autofill_country.cc | 1051 country_code_ = country_code; in AutofillCountry() 1105 : country_code_(country_code), in AutofillCountry()
|
/external/chromium/chrome/browser/autofill/ |
D | address.cc | 51 country_code_ = address.country_code_; in operator =() 102 if (!country_code_.empty()) in GetAvailableFieldTypes() 153 country_code_.clear(); in Clear() 185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale); in SetCountry() 207 return (!country_code.empty() && country_code_ == country_code); in IsCountry()
|
D | address.h | 33 const std::string& country_code() const { return country_code_; } in country_code() 35 country_code_ = country_code; in set_country_code() 80 std::string country_code_; variable
|
D | phone_number.cc | 46 country_code_ = number.country_code_; in operator =() 177 if (!country_code_.empty()) in WholeNumber() 178 whole_number.append(country_code_); in WholeNumber() 221 return text == country_code_; in IsCountryCode()
|
D | phone_number.h | 59 const string16& country_code() const { return country_code_; } in country_code() 69 country_code_ = country_code; in set_country_code() 91 string16 country_code_; variable
|
D | autofill_country.h | 41 const std::string country_code() const { return country_code_; } in country_code() 53 std::string country_code_; variable
|
D | autofill_country.cc | 577 country_code_ = country_code; in AutofillCountry() 640 : country_code_(country_code), in AutofillCountry()
|