Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/p2p/
Dsocket_dispatcher.cc19 P2PSocketDispatcher::P2PSocketDispatcher( in P2PSocketDispatcher() function in content::P2PSocketDispatcher
28 P2PSocketDispatcher::~P2PSocketDispatcher() { in ~P2PSocketDispatcher()
36 void P2PSocketDispatcher::AddNetworkListObserver( in AddNetworkListObserver()
43 void P2PSocketDispatcher::RemoveNetworkListObserver( in RemoveNetworkListObserver()
48 void P2PSocketDispatcher::Send(IPC::Message* message) { in Send()
59 bool P2PSocketDispatcher::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()
61 IPC_BEGIN_MESSAGE_MAP(P2PSocketDispatcher, message) in OnMessageReceived()
74 void P2PSocketDispatcher::OnFilterAdded(IPC::Channel* channel) { in OnFilterAdded()
79 void P2PSocketDispatcher::OnFilterRemoved() { in OnFilterRemoved()
83 void P2PSocketDispatcher::OnChannelClosing() { in OnChannelClosing()
[all …]
Dhost_address_request.h21 class P2PSocketDispatcher; variable
33 P2PHostAddressRequest(P2PSocketDispatcher* dispatcher);
50 friend class P2PSocketDispatcher; variable
61 P2PSocketDispatcher* dispatcher_;
Dsocket_dispatcher.h51 class CONTENT_EXPORT P2PSocketDispatcher
54 P2PSocketDispatcher(base::MessageLoopProxy* ipc_message_loop);
67 virtual ~P2PSocketDispatcher();
119 DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcher);
Dsocket_client_impl.h21 class P2PSocketDispatcher; variable
31 explicit P2PSocketClientImpl(P2PSocketDispatcher* dispatcher);
68 friend class P2PSocketDispatcher; variable
104 P2PSocketDispatcher* dispatcher_;
Dipc_socket_factory.h15 class P2PSocketDispatcher; variable
26 P2PSocketDispatcher* socket_dispatcher);
46 P2PSocketDispatcher* socket_dispatcher_;
Dipc_network_manager.h25 CONTENT_EXPORT IpcNetworkManager(P2PSocketDispatcher* socket_dispatcher);
38 P2PSocketDispatcher* socket_dispatcher_;
Dport_allocator.h23 class P2PSocketDispatcher; variable
58 P2PSocketDispatcher* socket_dispatcher,
74 P2PSocketDispatcher* socket_dispatcher_;
Dhost_address_request.cc14 P2PHostAddressRequest::P2PHostAddressRequest(P2PSocketDispatcher* dispatcher) in P2PHostAddressRequest()
Dipc_network_manager.cc13 IpcNetworkManager::IpcNetworkManager(P2PSocketDispatcher* socket_dispatcher) in IpcNetworkManager()
Dsocket_client_impl.cc39 P2PSocketClientImpl::P2PSocketClientImpl(P2PSocketDispatcher* dispatcher) in P2PSocketClientImpl()
Dport_allocator.cc73 P2PSocketDispatcher* socket_dispatcher, in P2PPortAllocator()
Dipc_socket_factory.cc405 P2PSocketDispatcher* socket_dispatcher) in IpcPacketSocketFactory()
/external/chromium_org/content/renderer/media/
Dmedia_stream_dependency_factory.h67 P2PSocketDispatcher* p2p_socket_dispatcher); in NON_EXPORTED_BASE()
247 scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_; in NON_EXPORTED_BASE()
Dmedia_stream_dependency_factory.cc111 P2PSocketDispatcher* socket_dispatcher, in P2PPortAllocatorFactory()
157 scoped_refptr<P2PSocketDispatcher> socket_dispatcher_;
244 P2PSocketDispatcher* p2p_socket_dispatcher) in MediaStreamDependencyFactory()
/external/chromium_org/content/renderer/
Drender_thread_impl.h90 class P2PSocketDispatcher; variable
244 P2PSocketDispatcher* p2p_socket_dispatcher() { in p2p_socket_dispatcher()
433 scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_;
Drender_thread_impl.cc361 new P2PSocketDispatcher(GetIOMessageLoopProxy().get()); in Init()