Home
last modified time | relevance | path

Searched refs:default_country_code (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dcountry_combobox_model.cc35 std::string default_country_code = in SetCountries() local
37 DCHECK(!default_country_code.empty()); in SetCountries()
40 if (filter.is_null() || filter.Run(default_country_code)) { in SetCountries()
41 countries_.push_back(new AutofillCountry(default_country_code, app_locale)); in SetCountries()
/external/chromium_org/components/autofill/core/browser/
Dtest_personal_data_manager.h45 void set_default_country_code(const std::string& default_country_code) { in set_default_country_code() argument
46 default_country_code_ = default_country_code; in set_default_country_code()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc2552 int default_country_code = default_region_metadata->country_code(); in MaybeExtractCountryCode() local
2553 string default_country_code_string(SimpleItoa(default_country_code)); in MaybeExtractCountryCode()
2584 phone_number->set_country_code(default_country_code); in MaybeExtractCountryCode()