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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 83 TCPConnection* conn = NULL;
87 conn = new TCPConnection(this, address, socket);
89 conn = new TCPConnection(this, address);
113 if (TCPConnection * conn = static_cast<TCPConnection*>(GetConnection(addr))) {
181 TCPConnection::TCPConnection(TCPPort* port, const Candidate& candidate,
197 socket_->SignalConnect.connect(this, &TCPConnection::OnConnect);
208 socket_->SignalReadPacket.connect(this, &TCPConnection::OnReadPacket);
209 socket_->SignalClose.connect(this, &TCPConnection::OnClose)
    [all...]
tcpport.h 38 class TCPConnection;
111 friend class TCPConnection;
114 class TCPConnection : public Connection {
117 TCPConnection(TCPPort* port, const Candidate& candidate,
119 virtual ~TCPConnection();

Completed in 1920 milliseconds