Searched refs:RemoteTestServer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/test/spawned_test_server/
H A Dspawned_test_server.h19 typedef RemoteTestServer SpawnedTestServer;
H A Dremote_test_server.h16 // The RemoteTestServer runs an external Python-based test server in another
17 // machine that is different from the machine in which RemoteTestServer runs.
18 class RemoteTestServer : public BaseTestServer { class in namespace:net
22 RemoteTestServer(Type type,
28 RemoteTestServer(Type type,
32 virtual ~RemoteTestServer();
38 // These are currently unused and unimplemented for RemoteTestServer. See
65 DISALLOW_COPY_AND_ASSIGN(RemoteTestServer);
H A Dremote_test_server.cc67 RemoteTestServer::RemoteTestServer(Type type, function in class:net::RemoteTestServer
76 RemoteTestServer::RemoteTestServer(Type type, function in class:net::RemoteTestServer
85 RemoteTestServer::~RemoteTestServer() {
89 bool RemoteTestServer::Start() {
133 bool RemoteTestServer::StartInBackground() {
138 bool RemoteTestServer::BlockUntilStarted() {
143 bool RemoteTestServer
[all...]

Completed in 506 milliseconds