OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSLClientAuthHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ssl/
ssl_client_auth_handler.h
25
class
SSLClientAuthHandler
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_;
ssl_client_auth_handler.cc
16
SSLClientAuthHandler
::
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
>(this)
[
all
...]
Completed in 364 milliseconds