Searched refs:reportSslCertError (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebUrlLoaderClient.h | 93 void reportSslCertError(int cert_error, net::X509Certificate* cert);
|
D | WebUrlLoaderClient.cpp | 475 void WebUrlLoaderClient::reportSslCertError(int cert_error, net::X509Certificate* cert) in reportSslCertError() function in android::WebUrlLoaderClient 483 m_webFrame->reportSslCertError(this, cert_error, chain_bytes[0], m_request->getUrl()); in reportSslCertError()
|
D | WebRequest.cpp | 428 m_urlLoader.get(), &WebUrlLoaderClient::reportSslCertError, cert_error, scoped_cert)); in OnSSLCertificateError()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebCoreFrameBridge.h | 117 …void reportSslCertError(WebUrlLoaderClient* client, int cert_error, const std::string& cert, const…
|
D | WebCoreFrameBridge.cpp | 807 WebFrame::reportSslCertError(WebUrlLoaderClient* client, int error, const std::string& cert, const … in reportSslCertError() function in android::WebFrame
|