HomeSort by relevance Sort by last modified time
    Searched refs:TestHttpServer (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/test/chromedriver/net/
test_http_server.cc 19 TestHttpServer::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::SetRequestAction(WebSocketRequestAction action)
    [all...]
test_http_server.h 26 class TestHttpServer : public net::HttpServer::Delegate {
41 TestHttpServer();
42 virtual ~TestHttpServer();
96 DISALLOW_COPY_AND_ASSIGN(TestHttpServer);
websocket_unittest.cc 133 TestHttpServer server_;
156 server_.SetRequestAction(TestHttpServer::kNotFound);
164 server_.SetRequestAction(TestHttpServer::kClose);
170 server_.SetMessageAction(TestHttpServer::kCloseOnMessage);
sync_websocket_impl_unittest.cc 43 TestHttpServer server_;
121 server_.SetMessageAction(TestHttpServer::kCloseOnMessage);
  /external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest_unittest.cc 43 class TestHttpServer : public HttpServer, public sigslot::has_slots<> {
45 TestHttpServer(Thread* thread, const SocketAddress& addr) :
50 socket_->SignalReadEvent.connect(this, &TestHttpServer::OnAccept);
109 const TestHttpServer& server() const { return server_; }
143 TestHttpServer server_;
  /external/chromium_org/third_party/webrtc/base/
asynchttprequest_unittest.cc 26 class TestHttpServer : public HttpServer, public sigslot::has_slots<> {
28 TestHttpServer(Thread* thread, const SocketAddress& addr) :
33 socket_->SignalReadEvent.connect(this, &TestHttpServer::OnAccept);
92 const TestHttpServer& server() const { return server_; }
126 TestHttpServer server_;

Completed in 115 milliseconds