Searched defs:HTTPSOptions (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/test/
H A Dtest_server.cc49 const TestServer::HTTPSOptions& options) {
52 TestServer::HTTPSOptions::CERT_MISMATCHED_NAME) {
62 TestServer::HTTPSOptions::HTTPSOptions() function in class:net::TestServer::HTTPSOptions
65 bulk_ciphers(HTTPSOptions::BULK_CIPHER_ANY) {}
67 TestServer::HTTPSOptions::HTTPSOptions( function in class:net::TestServer::HTTPSOptions
68 TestServer::HTTPSOptions::ServerCertificate cert)
71 bulk_ciphers(HTTPSOptions::BULK_CIPHER_ANY) {}
73 TestServer::HTTPSOptions
[all...]
H A Dtest_server.h49 struct HTTPSOptions { struct in class:net::TestServer
73 // Initialize a new HTTPSOptions using CERT_OK as the certificate.
74 HTTPSOptions();
76 // Initialize a new HTTPSOptions that will use the specified certificate.
77 explicit HTTPSOptions(ServerCertificate cert);
78 ~HTTPSOptions();
105 // Initialize a HTTPS TestServer with a specific set of HTTPSOptions.
106 TestServer(const HTTPSOptions& https_options,
197 HTTPSOptions https_options_;
/external/chromium/chrome/browser/ssl/
H A Dssl_browser_tests.cc22 typedef net::TestServer::HTTPSOptions HTTPSOptions; typedef in class:SSLUITest
27 HTTPSOptions(HTTPSOptions::CERT_OK), FilePath(kDocRoot)),
29 HTTPSOptions(HTTPSOptions::CERT_EXPIRED), FilePath(kDocRoot)),
31 HTTPSOptions(HTTPSOptions::CERT_MISMATCHED_NAME),

Completed in 94 milliseconds