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

  /external/chromium_org/chrome/test/chromedriver/net/
test_http_server.cc 21 TestHttpServer::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::SetRequestAction(WebSocketRequestAction action)
    [all...]
test_http_server.h 26 class TestHttpServer : public net::HttpServer::Delegate {
41 TestHttpServer();
42 virtual ~TestHttpServer();
97 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/webrtc/base/
asynchttprequest_unittest.cc 27 class TestHttpServer : public HttpServer, public sigslot::has_slots<> {
29 TestHttpServer(Thread* thread, const SocketAddress& addr) :
34 socket_->SignalReadEvent.connect(this, &TestHttpServer::OnAccept);
93 const TestHttpServer& server() const { return server_; }
127 TestHttpServer server_;

Completed in 6610 milliseconds