OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSLErrorParams
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/socket/
ssl_error_params.cc
11
SSLErrorParams
::
SSLErrorParams
(int net_error, int ssl_lib_error)
14
SSLErrorParams
::~
SSLErrorParams
() {}
16
Value*
SSLErrorParams
::ToValue() const {
ssl_error_params.h
14
class
SSLErrorParams
: public NetLog::EventParameters {
16
SSLErrorParams
(int net_error, int ssl_lib_error);
17
virtual ~
SSLErrorParams
();
ssl_server_socket_nss.cc
490
make_scoped_refptr(new
SSLErrorParams
(rv, prerr)));
505
make_scoped_refptr(new
SSLErrorParams
(rv, prerr)));
551
make_scoped_refptr(new
SSLErrorParams
(rv, 0)));
575
make_scoped_refptr(new
SSLErrorParams
(rv, 0)));
606
make_scoped_refptr(new
SSLErrorParams
(net_error, prerr)));
ssl_client_socket_nss.cc
[
all
...]
ssl_client_socket_mac.cc
[
all
...]
ssl_client_socket_openssl.cc
797
make_scoped_refptr(new
SSLErrorParams
(net_error, ssl_error)));
[
all
...]
Completed in 695 milliseconds