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

  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.cc 17 std::string default_country_code = local
19 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 228 std::string default_country_code = local
230 localized_strings->SetString("defaultCountryCode", default_country_code);
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 46 std::string default_country_code = AutofillCountry::CountryCodeForLocale( local
48 localized_strings->SetString("defaultCountryCode", default_country_code);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 2532 int default_country_code = default_region_metadata->country_code(); local
    [all...]

Completed in 73 milliseconds