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

  /external/chromium_org/net/test/spawned_test_server/
local_test_server.h 25 // The LocalTestServer runs an external Python-based test server in the
26 // same machine in which the LocalTestServer runs.
27 class LocalTestServer : public BaseTestServer {
31 LocalTestServer(Type type,
37 LocalTestServer(Type type,
41 virtual ~LocalTestServer();
111 DISALLOW_COPY_AND_ASSIGN(LocalTestServer);
local_test_server.cc 60 LocalTestServer::LocalTestServer(Type type,
68 LocalTestServer::LocalTestServer(Type type,
76 LocalTestServer::~LocalTestServer() {
80 bool LocalTestServer::GetTestServerPath(base::FilePath* testserver_path) const {
93 bool LocalTestServer::Start() {
97 bool LocalTestServer::StartInBackground() {
112 bool LocalTestServer::BlockUntilStarted()
    [all...]

Completed in 43 milliseconds