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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.h 45 Address(const std::string& country_name_code,
97 const std::string& country_name_code() const { return country_name_code_; } function in class:autofill::wallet::Address
114 void set_country_name_code(const std::string& country_name_code) {
115 country_name_code_ = country_name_code;
wallet_address.cc 26 std::string country_name_code; local
27 if (!dictionary.GetString("postal_address.country_name_code",
28 &country_name_code)) {
75 Address* address = new Address(country_name_code,
114 Address::Address(const std::string& country_name_code,
123 : country_name_code_(country_name_code),
236 dict->SetString("country_name_code", country_name_code_);
268 DCHECK(IsStringASCII(country_name_code()));
269 return ASCIIToUTF16(country_name_code());
297 AutofillCountry country(country_name_code(), app_locale)
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 60 const std::string country_name_code = local
62 DCHECK(!country_name_code.empty());
65 country_name_code,

Completed in 72 milliseconds