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.h 97 const std::string& country_name_code() const { return country_name_code_; }
115 country_name_code_ = country_name_code;
154 // |country_name_code_| should be an ISO 3166-1-alpha-2 (two letter codes, as
156 std::string country_name_code_; member in class:autofill::wallet::Address
wallet_address.cc 99 : country_name_code_(
123 : country_name_code_(country_name_code),
236 dict->SetString("country_name_code", country_name_code_);
312 return country_name_code_ == other.country_name_code_ &&

Completed in 1550 milliseconds