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 246 if (length <= P2PSocketHost::kStunHeaderSize) {
252 if (stun_msg_len + P2PSocketHost::kStunHeaderSize != length) {
257 rtp_begin = P2PSocketHost::kStunHeaderSize;
405 P2PSocketHost::P2PSocketHost(IPC::Sender* message_sender, int socket_id)
414 P2PSocketHost::~P2PSocketHost() { }
418 bool P2PSocketHost::GetStunPacketType(
458 bool P2PSocketHost::IsRequestOrResponse(StunMessageType type) {
464 P2PSocketHost* P2PSocketHost::Create(IPC::Sender* message_sender
    [all...]
socket_host.h 54 class CONTENT_EXPORT P2PSocketHost {
57 // Creates P2PSocketHost of the specific type.
58 static P2PSocketHost* Create(IPC::Sender* message_sender,
64 virtual ~P2PSocketHost();
76 virtual P2PSocketHost* AcceptIncomingTcpConnection(
124 P2PSocketHost(IPC::Sender* message_sender, int socket_id);
148 base::WeakPtrFactory<P2PSocketHost> weak_ptr_factory_;
150 DISALLOW_COPY_AND_ASSIGN(P2PSocketHost);

Completed in 39 milliseconds