Searched refs:setClientCertificate (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/win/
H A DWKBundlePrivateWin.cpp42 toImpl(bundleRef)->setClientCertificate(toWTFString(host), toWTFString(certificateSystemStoreName), toImpl(certificateInfoRef));
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebMutableURLRequestPrivate.idl50 HRESULT setClientCertificate([in] OLE_HANDLE cert);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
H A DInjectedBundleWin.cpp103 void InjectedBundle::setClientCertificate(const String& host, const String& certificateSystemStoreName, const WebCertificateInfo* certificateInfo) function in class:WebKit::InjectedBundle
134 ResourceHandle::setClientCertificate(host, WebCore::copyCertificateToData(realCert).get());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.h86 void setClientCertificate(const String& host, const String& certificateSystemStoreName, const WebCertificateInfo*);
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.h141 static void setClientCertificate(const String& host, CFDataRef);
148 static void setClientCertificate(const String& host, CFDataRef);
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleCurl.cpp150 void ResourceHandle::setClientCertificate(const String& host, CFDataRef cert) function in class:WebCore::ResourceHandle
/external/webkit/Source/WebKit/win/
H A DWebMutableURLRequest.h158 virtual HRESULT STDMETHODCALLTYPE setClientCertificate(
H A DWebMutableURLRequest.cpp354 HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setClientCertificate( function in class:WebMutableURLRequest
362 ResourceHandle::setClientCertificate(m_request.url().host(), certData.get());
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceHandleCFNet.cpp690 void ResourceHandle::setClientCertificate(const String& host, CFDataRef cert) function in class:WebCore::ResourceHandle

Completed in 230 milliseconds