Home
last modified time | relevance | path

Searched refs:P2PSocketDispatcher (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/renderer/p2p/
Dsocket_dispatcher.cc20 P2PSocketDispatcher::P2PSocketDispatcher( in P2PSocketDispatcher() function in content::P2PSocketDispatcher
29 P2PSocketDispatcher::~P2PSocketDispatcher() { in ~P2PSocketDispatcher()
37 void P2PSocketDispatcher::AddNetworkListObserver( in AddNetworkListObserver()
44 void P2PSocketDispatcher::RemoveNetworkListObserver( in RemoveNetworkListObserver()
49 void P2PSocketDispatcher::Send(IPC::Message* message) { in Send()
60 bool P2PSocketDispatcher::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()
62 IPC_BEGIN_MESSAGE_MAP(P2PSocketDispatcher, message) in OnMessageReceived()
75 void P2PSocketDispatcher::OnFilterAdded(IPC::Sender* sender) { in OnFilterAdded()
80 void P2PSocketDispatcher::OnFilterRemoved() { in OnFilterRemoved()
84 void P2PSocketDispatcher::OnChannelClosing() { in OnChannelClosing()
[all …]
Dhost_address_request.h23 class P2PSocketDispatcher; variable
32 P2PAsyncAddressResolver(P2PSocketDispatcher* dispatcher);
46 friend class P2PSocketDispatcher; variable
58 P2PSocketDispatcher* dispatcher_;
Dsocket_dispatcher.h52 class CONTENT_EXPORT P2PSocketDispatcher : public IPC::MessageFilter,
55 explicit P2PSocketDispatcher(base::MessageLoopProxy* ipc_message_loop);
64 virtual ~P2PSocketDispatcher();
118 DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcher);
Dsocket_client_impl.h22 class P2PSocketDispatcher; variable
32 explicit P2PSocketClientImpl(P2PSocketDispatcher* dispatcher);
72 friend class P2PSocketDispatcher; variable
110 P2PSocketDispatcher* dispatcher_;
Dipc_socket_factory.h15 class P2PSocketDispatcher; variable
26 P2PSocketDispatcher* socket_dispatcher);
46 P2PSocketDispatcher* socket_dispatcher_;
Dport_allocator.h23 class P2PSocketDispatcher; variable
56 P2PSocketDispatcher* socket_dispatcher,
72 P2PSocketDispatcher* socket_dispatcher_;
Dhost_address_request.cc17 P2PSocketDispatcher* dispatcher) in P2PAsyncAddressResolver()
Dipc_socket_factory.cc188 AsyncAddressResolverImpl(P2PSocketDispatcher* dispatcher);
582 P2PSocketDispatcher* dispatcher) in AsyncAddressResolverImpl()
647 P2PSocketDispatcher* socket_dispatcher) in IpcPacketSocketFactory()
Dsocket_client_impl.cc29 P2PSocketClientImpl::P2PSocketClientImpl(P2PSocketDispatcher* dispatcher) in P2PSocketClientImpl()
Dport_allocator.cc70 P2PSocketDispatcher* socket_dispatcher, in P2PPortAllocator()
/external/chromium_org/content/renderer/media/webrtc/
Dpeer_connection_dependency_factory.h62 P2PSocketDispatcher* p2p_socket_dispatcher); in NON_EXPORTED_BASE()
199 scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_; in NON_EXPORTED_BASE()
Dpeer_connection_dependency_factory.cc118 P2PSocketDispatcher* socket_dispatcher, in P2PPortAllocatorFactory()
164 scoped_refptr<P2PSocketDispatcher> socket_dispatcher_;
174 P2PSocketDispatcher* p2p_socket_dispatcher) in PeerConnectionDependencyFactory()
/external/chromium_org/content/renderer/
Drender_thread_impl.h96 class P2PSocketDispatcher; variable
286 P2PSocketDispatcher* p2p_socket_dispatcher() { in p2p_socket_dispatcher()
485 scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_;
Drender_thread_impl.cc451 new P2PSocketDispatcher(GetIOMessageLoopProxy().get()); in Init()