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

  /external/chromium/chrome/browser/autofill/
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
autofill_country.h 41 const std::string country_code() const { return country_code_; }
53 std::string country_code_; member in class:AutofillCountry
address.cc 51 country_code_ = address.country_code_;
102 if (!country_code_.empty())
153 country_code_.clear();
185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale);
207 return (!country_code.empty() && country_code_ == country_code);
phone_number.cc 46 country_code_ = number.country_code_;
177 if (!country_code_.empty())
178 whole_number.append(country_code_);
221 return text == country_code_;
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
autofill_country.cc 577 country_code_ = country_code;
640 : country_code_(country_code),

Completed in 165 milliseconds