/external/chromium_org/components/autofill/core/browser/ |
address.cc | 37 country_code_ = address.country_code_; 71 return base::ASCIIToUTF16(country_code_); 121 country_code_ = base::UTF16ToASCII(value); 144 return base::ASCIIToUTF16(country_code_); 147 if (storable_type == ADDRESS_HOME_COUNTRY && !country_code_.empty()) 148 return AutofillCountry(country_code_, app_locale).name(); 158 country_code_ = std::string(); 162 country_code_ = StringToUpperASCII(base::UTF16ToASCII(value)); 171 country_code_ = AutofillCountry::GetCountryCode(value, app_locale) [all...] |
autofill_country.h | 64 const std::string& country_code() const { return country_code_; } 91 std::string country_code_; member in class:autofill::AutofillCountry
|
phone_number_i18n.h | 82 const base::string16& country_code() const { return country_code_; } 102 base::string16 country_code_; member in class:autofill::i18n::PhoneObject
|
phone_number_i18n.cc | 248 if (ParsePhoneNumber(number, region, &country_code_, &city_code_, &number_, 268 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_, 285 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_, 303 country_code_ = other.country_code_;
|
address.h | 61 std::string country_code_; member in class:autofill::Address
|