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.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...]
local_test_server.h 22 // The LocalTestServer runs an external Python-based test server in the
23 // same machine in which the LocalTestServer runs.
24 class LocalTestServer : public BaseTestServer {
28 LocalTestServer(Type type,
34 LocalTestServer(Type type,
38 virtual ~LocalTestServer();
112 DISALLOW_COPY_AND_ASSIGN(LocalTestServer);

Completed in 5770 milliseconds