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

  /external/chromium_org/content/browser/ssl/
ssl_client_auth_handler.cc 34 DoCertificateSelected(NULL);
62 &SSLClientAuthHandler::DoCertificateSelected, this,
73 // DoCertificateSelected. This is for platforms where the client cert matching
78 DoCertificateSelected(NULL);
100 void SSLClientAuthHandler::DoCertificateSelected(net::X509Certificate* cert) {
101 VLOG(1) << this << " DoCertificateSelected " << cert;
ssl_client_auth_handler.h 46 // Calls DoCertificateSelected on the I/O thread.
65 void DoCertificateSelected(net::X509Certificate* cert);
  /external/chromium/chrome/browser/ssl/
ssl_client_auth_handler.cc 25 DoCertificateSelected(NULL);
74 this, &SSLClientAuthHandler::DoCertificateSelected, cert));
77 void SSLClientAuthHandler::DoCertificateSelected(net::X509Certificate* cert) {
78 VLOG(1) << this << " DoCertificateSelected " << cert;
ssl_client_auth_handler.h 41 // Calls DoCertificateSelected on the I/O thread.
62 void DoCertificateSelected(net::X509Certificate* cert);

Completed in 27 milliseconds