Home | History | Annotate | Download | only in url_request

Lines Matching refs:TestServer

169       : test_server_(TestServer::TYPE_HTTP,
243 TestServer test_server_;
432 TestServer https_test_server(
433 TestServer::TYPE_HTTPS, FilePath(FILE_PATH_LITERAL("net/data/ssl")));
480 TestServer test_server(TestServer::TYPE_HTTPS,
505 TestServer::HTTPSOptions https_options(
506 TestServer::HTTPSOptions::CERT_MISMATCHED_NAME);
507 TestServer test_server(https_options,
537 TestServer::HTTPSOptions https_options(
538 TestServer::HTTPSOptions::CERT_EXPIRED);
539 TestServer test_server(https_options,
597 TestServer::HTTPSOptions https_options;
599 TestServer test_server(https_options,
1514 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
1563 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
1619 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
1673 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
1730 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
1750 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
1804 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
1860 TestServer test_server(TestServer::TYPE_HTTP, FilePath());
2454 URLRequestTestFTP() : test_server_(TestServer::TYPE_FTP, FilePath()) {
2458 TestServer test_server_;