HttpServer         30 chrome/test/chromedriver/net/net_util_unittest.cc                      public net::HttpServer::Delegate {
HttpServer         58 chrome/test/chromedriver/net/net_util_unittest.cc     server_ = new net::HttpServer(factory, this);
HttpServer         84 chrome/test/chromedriver/net/net_util_unittest.cc             base::Bind(&net::HttpServer::Close, server_, connection_id));
HttpServer        107 chrome/test/chromedriver/net/net_util_unittest.cc   scoped_refptr<net::HttpServer> server_;
HttpServer         98 chrome/test/chromedriver/net/test_http_server.cc           base::Bind(&net::HttpServer::Close, server_, connection_id));
HttpServer        118 chrome/test/chromedriver/net/test_http_server.cc           base::Bind(&net::HttpServer::Close, server_, connection_id));
HttpServer        132 chrome/test/chromedriver/net/test_http_server.cc   server_ = new net::HttpServer(factory, this);
HttpServer         26 chrome/test/chromedriver/net/test_http_server.h class TestHttpServer : public net::HttpServer::Delegate {
HttpServer         80 chrome/test/chromedriver/net/test_http_server.h   scoped_refptr<net::HttpServer> server_;
HttpServer         43 chrome/test/chromedriver/server/chromedriver_server.cc class HttpServer : public net::HttpServer::Delegate {
HttpServer         45 chrome/test/chromedriver/server/chromedriver_server.cc   explicit HttpServer(const HttpRequestHandlerFunc& handle_request_func)
HttpServer         52 chrome/test/chromedriver/server/chromedriver_server.cc     server_ = new net::HttpServer(
HttpServer         63 chrome/test/chromedriver/server/chromedriver_server.cc         base::Bind(&HttpServer::OnResponse,
HttpServer         86 chrome/test/chromedriver/server/chromedriver_server.cc   scoped_refptr<net::HttpServer> server_;
HttpServer         87 chrome/test/chromedriver/server/chromedriver_server.cc   base::WeakPtrFactory<HttpServer> weak_factory_;  // Should be last.
HttpServer        119 chrome/test/chromedriver/server/chromedriver_server.cc base::LazyInstance<base::ThreadLocalPointer<HttpServer> >
HttpServer        124 chrome/test/chromedriver/server/chromedriver_server.cc   HttpServer* server = lazy_tls_server.Pointer()->Get();
HttpServer        131 chrome/test/chromedriver/server/chromedriver_server.cc   scoped_ptr<HttpServer> temp_server(new HttpServer(handle_request_func));
HttpServer        109 cloud_print/gcp20/prototype/privet_http_server.cc   server_ = new net::HttpServer(factory, this);
HttpServer         20 cloud_print/gcp20/prototype/privet_http_server.h class PrivetHttpServer: public net::HttpServer::Delegate {
HttpServer        207 cloud_print/gcp20/prototype/privet_http_server.h   scoped_refptr<net::HttpServer> server_;
HttpServer         19 content/browser/devtools/devtools_browser_target.cc     net::HttpServer* http_server,
HttpServer         26 content/browser/devtools/devtools_browser_target.h class HttpServer;
HttpServer         36 content/browser/devtools/devtools_browser_target.h                         net::HttpServer* server,
HttpServer         65 content/browser/devtools/devtools_browser_target.h   net::HttpServer* http_server_;
HttpServer         73 content/browser/devtools/devtools_http_handler_impl.cc                          net::HttpServer* server,
HttpServer         97 content/browser/devtools/devtools_http_handler_impl.cc         base::Bind(&net::HttpServer::SendOverWebSocket,
HttpServer        104 content/browser/devtools/devtools_http_handler_impl.cc         base::Bind(&net::HttpServer::Close, server_, connection_id_));
HttpServer        110 content/browser/devtools/devtools_http_handler_impl.cc         base::Bind(&net::HttpServer::SendOverWebSocket,
HttpServer        122 content/browser/devtools/devtools_http_handler_impl.cc   net::HttpServer* server_;
HttpServer        655 content/browser/devtools/devtools_http_handler_impl.cc   server_ = new net::HttpServer(*socket_factory_.get(), this);
HttpServer        698 content/browser/devtools/devtools_http_handler_impl.cc       base::Bind(&net::HttpServer::SendResponse,
HttpServer        711 content/browser/devtools/devtools_http_handler_impl.cc       base::Bind(&net::HttpServer::Send200,
HttpServer        723 content/browser/devtools/devtools_http_handler_impl.cc       base::Bind(&net::HttpServer::Send404, server_.get(), connection_id));
HttpServer        732 content/browser/devtools/devtools_http_handler_impl.cc       base::Bind(&net::HttpServer::Send500, server_.get(), connection_id,
HttpServer        743 content/browser/devtools/devtools_http_handler_impl.cc       base::Bind(&net::HttpServer::AcceptWebSocket, server_.get(),
HttpServer         41 content/browser/devtools/devtools_http_handler_impl.h       public net::HttpServer::Delegate {
HttpServer        118 content/browser/devtools/devtools_http_handler_impl.h   scoped_refptr<net::HttpServer> server_;
HttpServer         32 net/server/http_connection.cc HttpConnection::HttpConnection(HttpServer* server,
HttpServer         16 net/server/http_connection.h class HttpServer;
HttpServer         35 net/server/http_connection.h   friend class HttpServer;
HttpServer         38 net/server/http_connection.h   HttpConnection(HttpServer* server, scoped_ptr<StreamListenSocket> sock);
HttpServer         40 net/server/http_connection.h   HttpServer* server_;
HttpServer         24 net/server/http_server.cc HttpServer::HttpServer(const StreamListenSocketFactory& factory,
HttpServer         25 net/server/http_server.cc                        HttpServer::Delegate* delegate)
HttpServer         30 net/server/http_server.cc void HttpServer::AcceptWebSocket(
HttpServer         41 net/server/http_server.cc void HttpServer::SendOverWebSocket(int connection_id,
HttpServer         50 net/server/http_server.cc void HttpServer::SendResponse(int connection_id,
HttpServer         58 net/server/http_server.cc void HttpServer::Send(int connection_id,
HttpServer         67 net/server/http_server.cc void HttpServer::Send200(int connection_id,
HttpServer         73 net/server/http_server.cc void HttpServer::Send404(int connection_id) {
HttpServer         77 net/server/http_server.cc void HttpServer::Send500(int connection_id, const std::string& message) {
HttpServer         81 net/server/http_server.cc void HttpServer::Close(int connection_id) {
HttpServer         91 net/server/http_server.cc int HttpServer::GetLocalAddress(IPEndPoint* address) {
HttpServer         97 net/server/http_server.cc void HttpServer::DidAccept(StreamListenSocket* server,
HttpServer        105 net/server/http_server.cc void HttpServer::DidRead(StreamListenSocket* socket,
HttpServer        176 net/server/http_server.cc void HttpServer::DidClose(StreamListenSocket* socket) {
HttpServer        184 net/server/http_server.cc HttpServer::~HttpServer() {
HttpServer        251 net/server/http_server.cc bool HttpServer::ParseHeaders(HttpConnection* connection,
HttpServer        319 net/server/http_server.cc HttpConnection* HttpServer::FindConnection(int connection_id) {
HttpServer        326 net/server/http_server.cc HttpConnection* HttpServer::FindConnection(StreamListenSocket* socket) {
HttpServer         24 net/server/http_server.h class HttpServer : public StreamListenSocket::Delegate,
HttpServer         25 net/server/http_server.h                    public base::RefCountedThreadSafe<HttpServer> {
HttpServer         44 net/server/http_server.h   HttpServer(const StreamListenSocketFactory& socket_factory,
HttpServer         45 net/server/http_server.h              HttpServer::Delegate* delegate);
HttpServer         75 net/server/http_server.h   virtual ~HttpServer();
HttpServer         78 net/server/http_server.h   friend class base::RefCountedThreadSafe<HttpServer>;
HttpServer         91 net/server/http_server.h   HttpServer::Delegate* delegate_;
HttpServer         98 net/server/http_server.h   DISALLOW_COPY_AND_ASSIGN(HttpServer);
HttpServer        119 net/server/http_server_unittest.cc                        public HttpServer::Delegate {
HttpServer        125 net/server/http_server_unittest.cc     server_ = new HttpServer(socket_factory, this);
HttpServer        161 net/server/http_server_unittest.cc   scoped_refptr<HttpServer> server_;
HttpServer         30 sync/test/fake_server/fake_sync_server_http_handler.cc   server_ = new net::HttpServer(factory, this);
HttpServer         15 sync/test/fake_server/fake_sync_server_http_handler.h class FakeSyncServerHttpHandler : public net::HttpServer::Delegate {
HttpServer         45 sync/test/fake_server/fake_sync_server_http_handler.h   scoped_refptr<net::HttpServer> server_;