Home
last modified time | relevance | path

Searched refs:launcher_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/url_request/
Durl_request_unittest.h359 : launcher_(connection_attempts, connection_timeout) {} in BaseTestServer()
363 launcher_.set_forking(forking); in set_forking()
368 return launcher_.WaitToFinish(milliseconds); in WaitToFinish()
372 return launcher_.Stop(); in Stop()
407 return launcher_.GetDocumentRootPath(); in GetDataDirectory()
419 if (!launcher_.Start(protocol, in Start()
458 net::TestServerLauncher launcher_; variable
630 FilePath certpath = test_server->launcher_.GetOKCertPath(); in CreateGoodServer()
646 FilePath certpath = test_server->launcher_.GetOKCertPath(); in CreateMismatchedServer()
661 FilePath certpath = test_server->launcher_.GetExpiredCertPath(); in CreateExpiredServer()