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

  /external/chromium/net/base/
x509_cert_types.h 77 std::string country_name; member in struct:net::CertPrincipal
  /external/chromium/chrome/browser/autofill/
autofill_country.cc 370 // Interprets |country_name| as a full country name localized to the given
373 const std::string GetCountryCodeForLocalizedName(const string16& country_name,
477 icu::UnicodeString country_name; local
478 country_locale.getDisplayName(icu_locale, country_name);
480 country_name,
491 const string16& country_name,
500 int32_t buffer_size = country_name.size() * 4;
503 country_name.c_str(),

Completed in 78 milliseconds