Home
last modified time | relevance | path

Searched refs:https_options (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/socket/
Dssl_client_socket_unittest.cc107 net::TestServer::HTTPSOptions https_options( in TEST_F() local
109 net::TestServer test_server(https_options, FilePath()); in TEST_F()
150 net::TestServer::HTTPSOptions https_options( in TEST_F() local
152 net::TestServer test_server(https_options, FilePath()); in TEST_F()
195 net::TestServer::HTTPSOptions https_options; in TEST_F() local
196 https_options.request_client_certificate = true; in TEST_F()
197 net::TestServer test_server(https_options, FilePath()); in TEST_F()
255 net::TestServer::HTTPSOptions https_options; in TEST_F() local
256 https_options.request_client_certificate = true; in TEST_F()
257 net::TestServer test_server(https_options, FilePath()); in TEST_F()
[all …]
/external/chromium/net/test/
Dtest_server.cc94 TestServer::TestServer(const HTTPSOptions& https_options, in TestServer() argument
96 : https_options_(https_options), in TestServer()
Dtest_server.h106 TestServer(const HTTPSOptions& https_options,
/external/chromium/chrome/common/net/
Durl_fetcher_unittest.cc647 net::TestServer::HTTPSOptions https_options( local
649 net::TestServer test_server(https_options, FilePath(kDocRoot));
/external/chromium/net/url_request/
Durl_request_unittest.cc505 TestServer::HTTPSOptions https_options( in TEST_F() local
507 TestServer test_server(https_options, in TEST_F()
537 TestServer::HTTPSOptions https_options( in TEST_F() local
539 TestServer test_server(https_options, in TEST_F()
597 TestServer::HTTPSOptions https_options; in TEST_F() local
598 https_options.request_client_certificate = true; in TEST_F()
599 TestServer test_server(https_options, in TEST_F()