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

  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 67 const std::string country_name_code = local
69 DCHECK(!country_name_code.empty());
74 country_name_code,
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.h 46 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) {
124 country_name_code_ = country_name_code;
wallet_address.cc 28 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,
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...]

Completed in 64 milliseconds