/external/chromium_org/net/cert/ |
x509_cert_types_unittest.cc | 21 spamco.country_name = "EB"; 61 EXPECT_EQ("US", verisign.country_name); 73 EXPECT_EQ("IL", startcom.country_name); 87 EXPECT_EQ("US", usertrust.country_name); 104 EXPECT_EQ("TR", turktrust.country_name); 118 EXPECT_EQ("AT", atrust.country_name); 134 EXPECT_EQ("", entrust.country_name);
|
x509_cert_types.h | 63 std::string country_name; member in struct:net::CertPrincipal
|
x509_cert_types_mac.cc | 273 SetSingle(country_names, &this->country_name); 284 match(country_name, against.country_name) &&
|
x509_cert_types_win.cc | 135 SetSingle(country_names, &this->country_name);
|
x509_certificate_unittest.cc | 100 EXPECT_EQ("US", subject.country_name); 111 EXPECT_EQ("ZA", issuer.country_name); 154 EXPECT_EQ("US", subject.country_name); 166 EXPECT_EQ("US", issuer.country_name); 211 EXPECT_EQ("US", subject.country_name); 222 EXPECT_EQ("US", issuer.country_name); 263 EXPECT_EQ("US", subject.country_name); 287 EXPECT_EQ("US", subject.country_name); [all...] |
x509_certificate_openssl.cc | 96 &principal->country_name);
|
x509_util_nss.cc | 425 &principal->state_or_province_name, &principal->country_name };
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_socket_utils.cc | 93 new base::StringValue(issuer.country_name)); 107 new base::StringValue(subject.country_name));
|
pepper_tcp_socket.cc | 313 new base::StringValue(issuer.country_name)); 327 new base::StringValue(subject.country_name));
|
/external/chromium/net/base/ |
x509_cert_types.h | 77 std::string country_name; member in struct:net::CertPrincipal
|
x509_cert_types_mac.cc | 262 SetSingle(country_names, &this->country_name); 297 SetSingle(country_names, &this->country_name); 304 match(country_name, against.country_name) &&
|
x509_cert_types_mac_unittest.cc | 219 spamco.country_name = "EB"; 257 EXPECT_EQ("US", verisign.country_name); 269 EXPECT_EQ("IL", startcom.country_name); 283 EXPECT_EQ("US", usertrust.country_name); 300 EXPECT_EQ("TR", turktrust.country_name); 314 EXPECT_EQ("AT", atrust.country_name); 330 EXPECT_EQ("", entrust.country_name);
|
x509_certificate_unittest.cc | 194 EXPECT_EQ("US", subject.country_name); 205 EXPECT_EQ("ZA", issuer.country_name); 257 EXPECT_EQ("US", subject.country_name); 269 EXPECT_EQ("US", issuer.country_name); 321 EXPECT_EQ("US", subject.country_name); 332 EXPECT_EQ("US", issuer.country_name); [all...] |
x509_certificate_openssl.cc | 94 &principal->country_name);
|
x509_certificate_nss.cc | 267 &principal->state_or_province_name, &principal->country_name }; [all...] |
x509_certificate_win.cc | 412 &principal->state_or_province_name, &principal->country_name }; [all...] |
/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(),
|
/external/chromium/chrome/browser/ |
page_info_model.cc | 90 DCHECK(!cert->subject().country_name.empty()); 97 UTF8ToUTF16(cert->subject().country_name)); 102 UTF8ToUTF16(cert->subject().country_name));
|
/external/chromium/chrome/browser/ssl/ |
ssl_manager.cc | 100 cert.subject().country_name.empty()) { 108 UTF8ToUTF16(cert.subject().country_name));
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
toolbar_model_impl.cc | 246 cert.subject().country_name.empty()) { 254 UTF8ToUTF16(cert.subject().country_name));
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_country.cc | 961 base::string16 country_name = l10n_util::GetDisplayNameForCountry( local [all...] |
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings.cc | 363 DCHECK(!cert->subject().country_name.empty()); 370 UTF8ToUTF16(cert->subject().country_name)); 375 UTF8ToUTF16(cert->subject().country_name));
|