Searched defs:country_name_code (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_result.cc66 const std::string country_name_code = local
68 DCHECK(!country_name_code.empty());
73 country_name_code,
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address.cc28 std::string country_name_code; local
29 if (!dictionary.GetString("postal_address.country_name_code",
30 &country_name_code)) {
96 Address* address = new Address(country_name_code,
141 Address::Address(const std::string& country_name_code, argument
152 : country_name_code_(country_name_code),
161 phone_object_(phone_number, country_name_code),
289 dict->SetString("country_name_code", country_name_code_);
326 return i18n::PhoneObject(phone_number(), country_name_code()).
333 DCHECK(base::IsStringASCII(country_name_code()));
[all...]
H A Dwallet_address.h46 Address(const std::string& country_name_code,
104 const std::string& country_name_code() const { return country_name_code_; } function in class:autofill::wallet::Address
123 void set_country_name_code(const std::string& country_name_code) { argument
124 country_name_code_ = country_name_code;

Completed in 1412 milliseconds