Searched refs:BaseTestServer (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.cc30 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;
58 if (key_exchange & BaseTestServer::SSLOptions::KEY_EXCHANGE_RSA)
60 if (key_exchange & BaseTestServer::SSLOptions::KEY_EXCHANGE_DHE_RSA)
65 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_RC4)
67 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_AES128)
69 if (cipher & BaseTestServer
169 BaseTestServer::BaseTestServer(Type type, const std::string& host) function in class:net::BaseTestServer
177 BaseTestServer::BaseTestServer(Type type, const SSLOptions& ssl_options) function in class:net::BaseTestServer
[all...]
H A Dremote_test_server.cc45 std::string GetServerTypeString(BaseTestServer::Type type) {
47 case BaseTestServer::TYPE_FTP:
49 case BaseTestServer::TYPE_HTTP:
50 case BaseTestServer::TYPE_HTTPS:
52 case BaseTestServer::TYPE_WS:
53 case BaseTestServer::TYPE_WSS:
55 case BaseTestServer::TYPE_TCP_ECHO:
57 case BaseTestServer::TYPE_UDP_ECHO:
70 : BaseTestServer(type, host),
79 : BaseTestServer(typ
[all...]
H A Dbase_test_server.h30 class BaseTestServer { class in namespace:net
217 BaseTestServer(Type type, const std::string& host);
220 BaseTestServer(Type type, const SSLOptions& ssl_options);
246 return type == BaseTestServer::TYPE_HTTPS ||
247 type == BaseTestServer::TYPE_WSS;
257 virtual ~BaseTestServer();
327 DISALLOW_COPY_AND_ASSIGN(BaseTestServer);
H A Dremote_test_server.h18 class RemoteTestServer : public BaseTestServer {
H A Dlocal_test_server.h27 class LocalTestServer : public BaseTestServer {
H A Dlocal_test_server.cc63 : BaseTestServer(type, host) {
71 : BaseTestServer(type, ssl_options) {
/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.cc60 : net::LocalTestServer(net::BaseTestServer::TYPE_HTTP,
61 net::BaseTestServer::kLocalhost,
68 : net::LocalTestServer(net::BaseTestServer::TYPE_HTTP,
69 net::BaseTestServer::kLocalhost,
74 : net::LocalTestServer(net::BaseTestServer::TYPE_HTTP,
75 net::BaseTestServer::kLocalhost,
/external/chromium_org/content/browser/manifest/
H A Dmanifest_browsertest.cc180 net::BaseTestServer::SSLOptions(net::BaseTestServer::SSLOptions::CERT_OK),
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
H A Dsockets_tcp_apitest.cc95 net::BaseTestServer::SSLOptions(),
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.cc41 net::BaseTestServer::SSLOptions(),
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc194 net::BaseTestServer::SSLOptions(),
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc1508 typedef net::BaseTestServer::SSLOptions SSLOptions;

Completed in 2457 milliseconds