OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTPSOptions
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/test/
test_server.h
49
struct
HTTPSOptions
{
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_;
test_server.cc
49
const TestServer::
HTTPSOptions
& options) {
52
TestServer::
HTTPSOptions
::CERT_MISMATCHED_NAME) {
62
TestServer::
HTTPSOptions
::
HTTPSOptions
()
65
bulk_ciphers(
HTTPSOptions
::BULK_CIPHER_ANY) {}
67
TestServer::
HTTPSOptions
::
HTTPSOptions
(
68
TestServer::
HTTPSOptions
::ServerCertificate cert)
71
bulk_ciphers(
HTTPSOptions
::BULK_CIPHER_ANY) {}
73
TestServer::
HTTPSOptions
::~HTTPSOptions() {
[
all
...]
/external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc
22
typedef net::TestServer::
HTTPSOptions
HTTPSOptions
;
27
HTTPSOptions
(
HTTPSOptions
::CERT_OK), FilePath(kDocRoot)),
29
HTTPSOptions
(
HTTPSOptions
::CERT_EXPIRED), FilePath(kDocRoot)),
31
HTTPSOptions
(
HTTPSOptions
::CERT_MISMATCHED_NAME),
[
all
...]
/external/chromium/net/socket/
ssl_client_socket_unittest.cc
107
net::TestServer::
HTTPSOptions
https_options(
108
net::TestServer::
HTTPSOptions
::CERT_EXPIRED);
150
net::TestServer::
HTTPSOptions
https_options(
151
net::TestServer::
HTTPSOptions
::CERT_MISMATCHED_NAME);
195
net::TestServer::
HTTPSOptions
https_options;
255
net::TestServer::
HTTPSOptions
https_options;
571
net::TestServer::
HTTPSOptions
https_options;
574
net::TestServer::
HTTPSOptions
::BULK_CIPHER_RC4;
/external/chromium/chrome/common/net/
url_fetcher_unittest.cc
647
net::TestServer::
HTTPSOptions
https_options(
648
net::TestServer::
HTTPSOptions
::CERT_EXPIRED);
/external/chromium/net/url_request/
url_request_unittest.cc
505
TestServer::
HTTPSOptions
https_options(
506
TestServer::
HTTPSOptions
::CERT_MISMATCHED_NAME);
537
TestServer::
HTTPSOptions
https_options(
538
TestServer::
HTTPSOptions
::CERT_EXPIRED);
597
TestServer::
HTTPSOptions
https_options;
[
all
...]
Completed in 269 milliseconds