Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Daddress.cc37 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 …]
Dphone_number_i18n.cc240 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 =()
Dautofill_country.h64 const std::string country_code() const { return country_code_; } in country_code()
91 std::string country_code_; variable
Dphone_number_i18n.h78 const base::string16& country_code() const { return country_code_; } in country_code()
98 base::string16 country_code_; variable
Daddress.h61 std::string country_code_; variable
Dautofill_profile.cc193 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
Dautofill_country.cc1051 country_code_ = country_code; in AutofillCountry()
1105 : country_code_(country_code), in AutofillCountry()
/external/chromium/chrome/browser/autofill/
Daddress.cc51 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()
Daddress.h33 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
Dphone_number.cc46 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()
Dphone_number.h59 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
Dautofill_country.h41 const std::string country_code() const { return country_code_; } in country_code()
53 std::string country_code_; variable
Dautofill_country.cc577 country_code_ = country_code; in AutofillCountry()
640 : country_code_(country_code), in AutofillCountry()