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

/external/chromium_org/components/autofill/core/browser/
H A Daddress.cc41 country_code_ = address.country_code_;
65 return ASCIIToUTF16(country_code_);
94 country_code_ = UTF16ToASCII(value);
109 return ASCIIToUTF16(country_code_);
118 if (storable_type == ADDRESS_HOME_COUNTRY && !country_code_.empty())
119 return AutofillCountry(country_code_, app_locale).name();
129 country_code_ = std::string();
133 country_code_ = StringToUpperASCII(UTF16ToASCII(value));
146 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.h78 base::string16 country_code() const { return country_code_; }
97 base::string16 country_code_; member in class:autofill::i18n::PhoneObject
H A Dphone_number_i18n.cc240 if (ParsePhoneNumber(number, region_, &country_code_, &city_code_, &number_,
261 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_,
270 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_,
288 country_code_ = other.country_code_;
H A Daddress.h54 std::string country_code_; member in class:autofill::Address
H A Dautofill_profile.cc194 country_code_(country_code),
199 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
203 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_);
208 std::string country_code_; member in class:autofill::__anon7446::FindByPhone
H A Dautofill_country.cc1051 country_code_ = country_code;
1105 : country_code_(country_code),
/external/chromium/chrome/browser/autofill/
H A Dautofill_country.h41 const std::string country_code() const { return country_code_; }
53 std::string country_code_; member in class:AutofillCountry
H A Daddress.h33 const std::string& country_code() const { return country_code_; }
35 country_code_ = country_code;
45 // Returns the localized country name corresponding to |country_code_|.
51 // Sets the |country_code_| based on |country|, which should be a localized
80 std::string country_code_; member in class:Address
H A Dphone_number.h59 const string16& country_code() const { return country_code_; }
69 country_code_ = country_code;
91 string16 country_code_; member in class:PhoneNumber
H A Daddress.cc51 country_code_ = address.country_code_;
102 if (!country_code_.empty())
153 country_code_.clear();
185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale);
207 return (!country_code.empty() && country_code_ == country_code);
H A Dphone_number.cc46 country_code_ = number.country_code_;
177 if (!country_code_.empty())
178 whole_number.append(country_code_);
221 return text == country_code_;
H A Dautofill_country.cc577 country_code_ = country_code;
640 : country_code_(country_code),

Completed in 150 milliseconds