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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 18 P2PSocketHost::P2PSocketHost(IPC::Sender* message_sender, int id)
24 P2PSocketHost::~P2PSocketHost() { }
28 bool P2PSocketHost::GetStunPacketType(
68 bool P2PSocketHost::IsRequestOrResponse(StunMessageType type) {
74 P2PSocketHost* P2PSocketHost::Create(
socket_host.h 24 class CONTENT_EXPORT P2PSocketHost {
27 // Creates P2PSocketHost of the specific type.
28 static P2PSocketHost* Create(IPC::Sender* message_sender,
32 virtual ~P2PSocketHost();
42 virtual P2PSocketHost* AcceptIncomingTcpConnection(
72 P2PSocketHost(IPC::Sender* message_sender, int id);
84 DISALLOW_COPY_AND_ASSIGN(P2PSocketHost);

Completed in 37 milliseconds