Home | History | Annotate | Download | only in webkit

Lines Matching defs:certificate

265                  * certificate.
516 * Implementation of certificate handler for EventHandler. Called
523 * @param certificate The SSL certifcate or null if the request
526 public void certificate(SslCertificate certificate) {
528 Log.v(LOGTAG, "LoadListener.certificate: " + certificate);
530 sendMessageInternal(obtainMessage(MSG_SSL_CERTIFICATE, certificate));
533 // Handle the certificate on the WebCore thread.
534 private void handleCertificate(SslCertificate certificate) {
537 // update the browser frame with certificate
538 mBrowserFrame.certificate(certificate);
750 * SSL certificate error callback. Handles SSL error(s) on the way up
760 " certificate: " + error.getCertificate());
1049 // In the case of downloading certificate, we will save it to the
1114 // In the case of downloading certificate, we will save it