Searched defs:TestHttpServer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/net/
H A Dtest_http_server.cc19 TestHttpServer::TestHttpServer() function in class:TestHttpServer
26 TestHttpServer::~TestHttpServer() {
29 bool TestHttpServer::Start() {
39 base::Bind(&TestHttpServer::StartOnServerThread,
45 void TestHttpServer::Stop() {
51 base::Bind(&TestHttpServer::StopOnServerThread,
57 bool TestHttpServer::WaitForConnectionsToClose() {
61 void TestHttpServer
[all...]
H A Dtest_http_server.h26 class TestHttpServer : public net::HttpServer::Delegate { class in inherits:net::HttpServer::Delegate
41 TestHttpServer();
42 virtual ~TestHttpServer();
96 DISALLOW_COPY_AND_ASSIGN(TestHttpServer);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasynchttprequest_unittest.cc43 class TestHttpServer : public HttpServer, public sigslot::has_slots<> { class in namespace:talk_base
45 TestHttpServer(Thread* thread, const SocketAddress& addr) : function in class:talk_base::TestHttpServer
50 socket_->SignalReadEvent.connect(this, &TestHttpServer::OnAccept);
109 const TestHttpServer& server() const { return server_; }
143 TestHttpServer server_;
/external/chromium_org/third_party/webrtc/base/
H A Dasynchttprequest_unittest.cc26 class TestHttpServer : public HttpServer, public sigslot::has_slots<> { class in namespace:rtc
28 TestHttpServer(Thread* thread, const SocketAddress& addr) : function in class:rtc::TestHttpServer
33 socket_->SignalReadEvent.connect(this, &TestHttpServer::OnAccept);
92 const TestHttpServer& server() const { return server_; }
126 TestHttpServer server_;

Completed in 5666 milliseconds