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

  /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 274 SetSingle(country_names, &this->country_name);
285 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 81 new base::StringValue(issuer.country_name));
97 new base::StringValue(subject.country_name));
pepper_tcp_socket.cc 313 new base::StringValue(issuer.country_name));
329 new base::StringValue(subject.country_name));
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.cc 208 DCHECK(!cert->subject().country_name.empty());
212 base::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 371 DCHECK(!cert->subject().country_name.empty());
378 UTF8ToUTF16(cert->subject().country_name));
383 UTF8ToUTF16(cert->subject().country_name));
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.h 447 // Clears and builds the inputs in |section| for |country_name|.
449 // |country_name|, the inputs won't be rebuilt.
451 const base::string16& country_name,
    [all...]
autofill_dialog_controller_impl.cc 532 ValidityMessage GetPhoneValidityMessage(const base::string16& country_name,
535 country_name,
    [all...]

Completed in 467 milliseconds