Home | History | Annotate | Download | only in net

Lines Matching refs:server_

89       server_->AcceptWebSocket(connection_id, info);
92 server_->Send404(connection_id);
98 base::Bind(&net::HttpServer::Close, server_, connection_id));
112 server_->SendOverWebSocket(connection_id, data);
118 base::Bind(&net::HttpServer::Close, server_, connection_id));
132 server_ = new net::HttpServer(factory, this);
135 int error = server_->GetLocalAddress(&address);
142 server_ = NULL;
144 *success = server_.get();
149 if (server_.get())
150 server_ = NULL;