Home | History | Annotate | Download | only in socket

Lines Matching refs:https_options

107   net::TestServer::HTTPSOptions https_options(
109 net::TestServer test_server(https_options, FilePath());
150 net::TestServer::HTTPSOptions https_options(
152 net::TestServer test_server(https_options, FilePath());
195 net::TestServer::HTTPSOptions https_options;
196 https_options.request_client_certificate = true;
197 net::TestServer test_server(https_options, FilePath());
255 net::TestServer::HTTPSOptions https_options;
256 https_options.request_client_certificate = true;
257 net::TestServer test_server(https_options, FilePath());
571 net::TestServer::HTTPSOptions https_options;
573 https_options.bulk_ciphers =
575 net::TestServer test_server(https_options, FilePath());