Searched refs:TestHttpServer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/net/
H A Dtest_http_server.cc21 TestHttpServer::TestHttpServer() function in class:TestHttpServer
28 TestHttpServer::~TestHttpServer() {
31 bool TestHttpServer::Start() {
41 base::Bind(&TestHttpServer::StartOnServerThread,
47 void TestHttpServer::Stop() {
53 base::Bind(&TestHttpServer::StopOnServerThread,
59 bool TestHttpServer::WaitForConnectionsToClose() {
63 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();
97 DISALLOW_COPY_AND_ASSIGN(TestHttpServer);
H A Dwebsocket_unittest.cc133 TestHttpServer server_;
156 server_.SetRequestAction(TestHttpServer::kNotFound);
164 server_.SetRequestAction(TestHttpServer::kClose);
170 server_.SetMessageAction(TestHttpServer::kCloseOnMessage);
H A Dsync_websocket_impl_unittest.cc43 TestHttpServer server_;
121 server_.SetMessageAction(TestHttpServer::kCloseOnMessage);
/external/chromium_org/third_party/webrtc/base/
H A Dasynchttprequest_unittest.cc27 class TestHttpServer : public HttpServer, public sigslot::has_slots<> { class in namespace:rtc
29 TestHttpServer(Thread* thread, const SocketAddress& addr) : function in class:rtc::TestHttpServer
34 socket_->SignalReadEvent.connect(this, &TestHttpServer::OnAccept);
93 const TestHttpServer& server() const { return server_; }
127 TestHttpServer server_;

Completed in 504 milliseconds