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

  /external/chromium/chrome/browser/autofill/
autofill_country.h 41 const std::string country_code() const { return country_code_; }
53 std::string country_code_; member in class:AutofillCountry
address.h 33 const std::string& country_code() const { return country_code_; }
35 country_code_ = country_code;
45 // Returns the localized country name corresponding to |country_code_|.
51 // Sets the |country_code_| based on |country|, which should be a localized
80 std::string country_code_; member in class:Address
phone_number.h 59 const string16& country_code() const { return country_code_; }
69 country_code_ = country_code;
91 string16 country_code_; member in class:PhoneNumber
  /external/chromium_org/components/autofill/core/browser/
address.h 61 std::string country_code_; member in class:autofill::Address
phone_number_i18n.h 78 const base::string16& country_code() const { return country_code_; }
98 base::string16 country_code_; member in class:autofill::i18n::PhoneObject
autofill_country.h 64 const std::string country_code() const { return country_code_; }
91 std::string country_code_; member in class:autofill::AutofillCountry
autofill_profile.cc 193 country_code_(country_code),
198 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
202 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_);
207 std::string country_code_; member in class:autofill::__anon7378::FindByPhone

Completed in 829 milliseconds