OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selected_cert
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ssl/
ssl_client_auth_notification_details.cc
11
net::X509Certificate*
selected_cert
)
13
selected_cert_(
selected_cert
) {
ssl_client_auth_notification_details.h
19
net::X509Certificate*
selected_cert
);
22
net::X509Certificate*
selected_cert
() const { return selected_cert_; }
function in class:SSLClientAuthNotificationDetails
ssl_client_auth_handler.cc
125
<< auth_details->
selected_cert
();
127
handler_->CertificateSelectedNoNotify(auth_details->
selected_cert
());
Completed in 70 milliseconds