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

/external/chromium/chrome/browser/autofill/
H A Daddress.h33 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
H A Dautofill_country.h41 const std::string country_code() const { return country_code_; }
53 std::string country_code_; member in class:AutofillCountry
H A Dphone_number.h59 const string16& country_code() const { return country_code_; }
69 country_code_ = country_code;
91 string16 country_code_; member in class:PhoneNumber

Completed in 60 milliseconds