HomeSort by relevance Sort by last modified time
    Searched refs:country_code_ (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/components/autofill/core/browser/
address.cc 37 country_code_ = address.country_code_;
68 return ASCIIToUTF16(country_code_);
111 country_code_ = UTF16ToASCII(value);
134 return ASCIIToUTF16(country_code_);
137 if (storable_type == ADDRESS_HOME_COUNTRY && !country_code_.empty())
138 return AutofillCountry(country_code_, app_locale).name();
148 country_code_ = std::string();
152 country_code_ = StringToUpperASCII(UTF16ToASCII(value));
158 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 78 const base::string16& country_code() const { return country_code_; }
98 base::string16 country_code_; member in class:autofill::i18n::PhoneObject
phone_number_i18n.cc 240 if (ParsePhoneNumber(number, region_, &country_code_, &city_code_, &number_,
260 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_,
277 FormatValidatedNumber(*i18n_number_, country_code_, &formatted_number_,
295 country_code_ = other.country_code_;
address.h 61 std::string country_code_; member in class:autofill::Address
autofill_profile.cc 193 country_code_(country_code),
198 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
202 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_);
207 std::string country_code_; member in class:autofill::__anon10094::FindByPhone
autofill_country.cc     [all...]
  /external/chromium/chrome/browser/autofill/
autofill_country.h 41 const std::string country_code() const { return country_code_; }
53 std::string country_code_; member in class:AutofillCountry
address.h 33 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
phone_number.h 59 const string16& country_code() const { return country_code_; }
69 country_code_ = country_code;
91 string16 country_code_; member in class:PhoneNumber
address.cc 51 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);
phone_number.cc 46 country_code_ = number.country_code_;
177 if (!country_code_.empty())
178 whole_number.append(country_code_);
221 return text == country_code_;
autofill_country.cc 577 country_code_ = country_code;
640 : country_code_(country_code),

Completed in 202 milliseconds