Searched defs:TestServer (Results 1 - 4 of 4) sorted by path

/external/chromium/net/test/
H A Dtest_server.cc48 std::string GetHostname(TestServer::Type type,
49 const TestServer::HTTPSOptions& options) {
50 if (type == TestServer::TYPE_HTTPS &&
52 TestServer::HTTPSOptions::CERT_MISMATCHED_NAME) {
62 TestServer::HTTPSOptions::HTTPSOptions()
67 TestServer::HTTPSOptions::HTTPSOptions(
68 TestServer::HTTPSOptions::ServerCertificate cert)
73 TestServer::HTTPSOptions::~HTTPSOptions() {}
75 FilePath TestServer::HTTPSOptions::GetCertificateFile() const {
88 TestServer function in class:net::TestServer
94 TestServer::TestServer(const HTTPSOptions& https_options, function in class:net::TestServer
[all...]
H A Dtest_server.h36 class TestServer { class in namespace:net
103 TestServer(Type type, const FilePath& document_root);
105 // Initialize a HTTPS TestServer with a specific set of HTTPSOptions.
106 TestServer(const HTTPSOptions& https_options,
109 ~TestServer();
204 DISALLOW_COPY_AND_ASSIGN(TestServer);
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py696 class TestServer(object): class in inherits:object
699 TestServer consumes the sync command messages that are the outermost
H A Ddevice_management.py82 server: The TestServer object to use for (un)registering clients.
544 class TestServer(object): class in inherits:object

Completed in 162 milliseconds