Searched refs:https_options (Results 1 – 5 of 5) sorted by relevance
/external/chromium/net/socket/ |
D | ssl_client_socket_unittest.cc | 107 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/ |
D | test_server.cc | 94 TestServer::TestServer(const HTTPSOptions& https_options, in TestServer() argument 96 : https_options_(https_options), in TestServer()
|
D | test_server.h | 106 TestServer(const HTTPSOptions& https_options,
|
/external/chromium/chrome/common/net/ |
D | url_fetcher_unittest.cc | 647 net::TestServer::HTTPSOptions https_options( local 649 net::TestServer test_server(https_options, FilePath(kDocRoot));
|
/external/chromium/net/url_request/ |
D | url_request_unittest.cc | 505 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()
|