Searched defs:SSLClientAuthHandler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.h27 class CONTENT_EXPORT SSLClientAuthHandler class in namespace:content
29 SSLClientAuthHandler, BrowserThread::DeleteOnIOThread> {
31 SSLClientAuthHandler(net::URLRequest* request,
48 virtual ~SSLClientAuthHandler();
52 SSLClientAuthHandler, BrowserThread::DeleteOnIOThread>;
54 friend class base::DeleteHelper<SSLClientAuthHandler>;
73 DISALLOW_COPY_AND_ASSIGN(SSLClientAuthHandler);
H A Dssl_client_auth_handler.cc19 SSLClientAuthHandler::SSLClientAuthHandler( function in class:content::SSLClientAuthHandler
29 SSLClientAuthHandler::~SSLClientAuthHandler() {
34 void SSLClientAuthHandler::OnRequestCancelled() {
38 void SSLClientAuthHandler::SelectCertificate() {
50 // will be dropped and the scoped_refptr to SSLClientAuthHandler will go
56 &SSLClientAuthHandler::DoSelectCertificate, this,
60 void SSLClientAuthHandler::CertificateSelected(net::X509Certificate* cert) {
67 &SSLClientAuthHandler
[all...]
/external/chromium/chrome/browser/ssl/
H A Dssl_client_auth_handler.h25 class SSLClientAuthHandler class in inherits:base::RefCountedThreadSafe
26 : public base::RefCountedThreadSafe<SSLClientAuthHandler,
29 SSLClientAuthHandler(net::URLRequest* request,
56 friend class DeleteTask<SSLClientAuthHandler>;
58 virtual ~SSLClientAuthHandler();
70 DISALLOW_COPY_AND_ASSIGN(SSLClientAuthHandler);
76 SSLClientAuthHandler* handler);
87 // Begins observing notifications from other SSLClientAuthHandler instances.
100 scoped_refptr<SSLClientAuthHandler> handler_;
H A Dssl_client_auth_handler.cc16 SSLClientAuthHandler::SSLClientAuthHandler( function in class:SSLClientAuthHandler
23 SSLClientAuthHandler::~SSLClientAuthHandler() {
28 void SSLClientAuthHandler::OnRequestCancelled() {
32 void SSLClientAuthHandler::SelectCertificate() {
43 // will be dropped and the scoped_refptr to SSLClientAuthHandler will go
49 scoped_refptr<SSLClientAuthHandler>(this));
54 void SSLClientAuthHandler::CertificateSelected(net::X509Certificate* cert) {
61 Source<SSLClientAuthHandler>(thi
[all...]

Completed in 103 milliseconds