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

/external/chromium_org/components/autofill/core/browser/
H A Daddress.cc37 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_
[all...]
H A Dautofill_country.h64 const std::string& country_code() const { return country_code_; }
91 std::string country_code_; member in class:autofill::AutofillCountry
H A Dphone_number_i18n.h82 const base::string16& country_code() const { return country_code_; }
102 base::string16 country_code_; member in class:autofill::i18n::PhoneObject
H A Dphone_number_i18n.cc248 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_;
H A Daddress.h61 std::string country_code_; member in class:autofill::Address
H A Dautofill_profile.cc222 country_code_(country_code),
226 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
231 std::string country_code_; member in class:autofill::__anon6324::FindByPhone
H A Dautofill_country.cc1057 country_code_ = country_code;
1111 : country_code_(country_code),

Completed in 638 milliseconds