HomeSort by relevance Sort by last modified time
    Searched defs:BaseTestServer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/test/spawned_test_server/
base_test_server.cc 30 std::string GetHostname(BaseTestServer::Type type,
31 const BaseTestServer::SSLOptions& options) {
32 if (BaseTestServer::UsingSSL(type) &&
34 BaseTestServer::SSLOptions::CERT_MISMATCHED_NAME) {
40 return BaseTestServer::kLocalhost;
44 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_RC4)
46 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_AES128)
48 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_AES256)
50 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_3DES)
56 BaseTestServer::SSLOptions::SSLOptions(
    [all...]
base_test_server.h 29 class BaseTestServer {
174 BaseTestServer(Type type, const std::string& host);
177 BaseTestServer(Type type, const SSLOptions& ssl_options);
203 return type == BaseTestServer::TYPE_HTTPS ||
204 type == BaseTestServer::TYPE_WSS;
208 virtual ~BaseTestServer();
275 DISALLOW_COPY_AND_ASSIGN(BaseTestServer);

Completed in 372 milliseconds