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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 122 : country_name_code_(
137 if (!country_name_code_.empty())
138 phone_object_ = i18n::PhoneObject(phone_number_, country_name_code_);
152 : country_name_code_(country_name_code),
289 dict->SetString("country_name_code", country_name_code_);
387 phone_object_ = i18n::PhoneObject(phone_number_, country_name_code_);
391 return country_name_code_ == other.country_name_code_ &&
wallet_address.h 104 const std::string& country_name_code() const { return country_name_code_; }
124 country_name_code_ = country_name_code;
175 // |country_name_code_| should be an ISO 3166-1-alpha-2 (two letter codes, as
177 std::string country_name_code_; member in class:autofill::wallet::Address

Completed in 42 milliseconds