Searched refs:P2PSocketHostUdp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_udp.cc52 P2PSocketHostUdp::PendingPacket::PendingPacket(
65 P2PSocketHostUdp::PendingPacket::~PendingPacket() {
68 P2PSocketHostUdp::P2PSocketHostUdp(IPC::Sender* message_sender, function in class:content::P2PSocketHostUdp
80 P2PSocketHostUdp::~P2PSocketHostUdp() {
87 bool P2PSocketHostUdp::Init(const net::IPEndPoint& local_address,
107 LOG(ERROR) << "P2PSocketHostUdp::Init(): unable to get local address: "
126 void P2PSocketHostUdp::OnError() {
136 void P2PSocketHostUdp
[all...]
H A Dsocket_host_udp.h27 class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost { class in namespace:content
29 P2PSocketHostUdp(IPC::Sender* message_sender,
32 virtual ~P2PSocketHostUdp();
86 DISALLOW_COPY_AND_ASSIGN(P2PSocketHostUdp);
H A Dsocket_host_udp_unittest.cc43 // P2PSocketHostUdp destroyes a socket on errors so sent packets
190 socket_host_.reset(new P2PSocketHostUdp(&sender_, 0, &throttler_));
207 scoped_ptr<P2PSocketHostUdp> socket_host_;
H A Dsocket_host.cc553 return new P2PSocketHostUdp(message_sender, socket_id, throttler);

Completed in 75 milliseconds