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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.cc 52 P2PSocketHostUdp::PendingPacket::PendingPacket(
65 P2PSocketHostUdp::PendingPacket::~PendingPacket() {
68 P2PSocketHostUdp::P2PSocketHostUdp(IPC::Sender* message_sender,
80 P2PSocketHostUdp::~P2PSocketHostUdp() {
87 bool P2PSocketHostUdp::Init(const net::IPEndPoint& local_address,
107 LOG(ERROR) << "P2PSocketHostUdp::Init(): unable to get local address: "
124 void P2PSocketHostUdp::OnError() {
134 void P2PSocketHostUdp::DoRead()
    [all...]
socket_host_udp.h 27 class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost {
29 P2PSocketHostUdp(IPC::Sender* message_sender,
32 virtual ~P2PSocketHostUdp();
86 DISALLOW_COPY_AND_ASSIGN(P2PSocketHostUdp);
socket_host_udp_unittest.cc 43 // P2PSocketHostUdp destroyes a socket on errors so sent packets
190 socket_host_.reset(new P2PSocketHostUdp(&sender_, 0, &throttler_));
207 scoped_ptr<P2PSocketHostUdp> socket_host_;
socket_host.cc 471 return new P2PSocketHostUdp(message_sender, socket_id, throttler);

Completed in 2340 milliseconds