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

  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.cc 26 std::string default_country_code = local
28 DCHECK(!default_country_code.empty());
31 if (filter.is_null() || filter.Run(default_country_code)) {
32 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 2552 int default_country_code = default_region_metadata->country_code(); local
    [all...]

Completed in 128 milliseconds