Home
last modified time | relevance | path

Searched refs:GetCountryName (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dx509cert_principal_ctocpp.h43 CefString GetCountryName() override;
Dx509cert_principal_ctocpp.cc97 CefString CefX509CertPrincipalCToCpp::GetCountryName() { in GetCountryName() function in CefX509CertPrincipalCToCpp
/third_party/cef/libcef/browser/
Dx509_cert_principal_impl.h26 CefString GetCountryName() override;
Dx509_cert_principal_impl.cc43 CefString CefX509CertPrincipalImpl::GetCountryName() { in GetCountryName() function in CefX509CertPrincipalImpl
/third_party/cef/include/
Dcef_x509_certificate.h82 virtual CefString GetCountryName() = 0;
/third_party/cef/libcef_dll/cpptoc/
Dx509cert_principal_cpptoc.cc104 CefString _retval = CefX509CertPrincipalCppToC::Get(self)->GetCountryName(); in x509cert_principal_get_country_name()