Home
last modified time | relevance | path

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

/third_party/cef/include/
Dcef_request_handler.h76 typedef std::vector<CefRefPtr<CefX509Certificate>> X509CertificateList; typedef
226 const X509CertificateList& certificates, in OnSelectClientCertificate()
/third_party/cef/libcef_dll/ctocpp/
Drequest_handler_ctocpp.h78 const X509CertificateList& certificates,
Drequest_handler_ctocpp.cc280 const X509CertificateList& certificates, in OnSelectClientCertificate()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h263 const X509CertificateList& certificates,
Dclient_handler.cc812 const X509CertificateList& certificates, in OnSelectClientCertificate()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc911 CefRequestHandler::X509CertificateList certs; in SelectClientCertificate()