Searched refs:https_options_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/test/
H A Dtest_server.cc96 : https_options_(https_options),
265 host_port_pair_ = HostPortPair(GetHostname(type_, https_options_), 0);
360 https_options_.GetCertificateFile());
368 if (https_options_.request_client_certificate)
372 https_options_.client_authorities.begin();
373 it != https_options_.client_authorities.end(); ++it) {
384 if (https_options_.bulk_ciphers & HTTPSOptions::BULK_CIPHER_RC4)
386 if (https_options_.bulk_ciphers & HTTPSOptions::BULK_CIPHER_AES128)
388 if (https_options_.bulk_ciphers & HTTPSOptions::BULK_CIPHER_AES256)
390 if (https_options_
[all...]
H A Dtest_server.h197 HTTPSOptions https_options_; member in class:net::TestServer

Completed in 76 milliseconds