HomeSort by relevance Sort by last modified time
    Searched defs:P2PSocketHostTcpServer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_server.cc 23 P2PSocketHostTcpServer::P2PSocketHostTcpServer(
29 base::Bind(&P2PSocketHostTcpServer::OnAccepted,
33 P2PSocketHostTcpServer::~P2PSocketHostTcpServer() {
43 bool P2PSocketHostTcpServer::Init(const net::IPEndPoint& local_address,
56 LOG(ERROR) << "P2PSocketHostTcpServer::Init(): can't to get local address: "
69 void P2PSocketHostTcpServer::OnError() {
78 void P2PSocketHostTcpServer::DoAccept() {
89 void P2PSocketHostTcpServer::HandleAcceptResult(int result)
    [all...]
socket_host_tcp_server.h 27 class CONTENT_EXPORT P2PSocketHostTcpServer : public P2PSocketHost {
31 P2PSocketHostTcpServer(IPC::Sender* message_sender, int id,
33 virtual ~P2PSocketHostTcpServer();
63 DISALLOW_COPY_AND_ASSIGN(P2PSocketHostTcpServer);

Completed in 54 milliseconds