Home
last modified time | relevance | path

Searched refs:OnSocketCreated (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/p2p/
Dsocket_dispatcher.cc64 IPC_MESSAGE_HANDLER(P2PMsg_OnSocketCreated, OnSocketCreated) in OnMessageReceived()
140 void P2PSocketDispatcher::OnSocketCreated( in OnSocketCreated() function in content::P2PSocketDispatcher
144 client->OnSocketCreated(address); in OnSocketCreated()
Dsocket_dispatcher.h98 void OnSocketCreated(int socket_id, const net::IPEndPoint& address);
Dsocket_client_impl.h73 void OnSocketCreated(const net::IPEndPoint& address);
Dsocket_client_impl.cc139 void P2PSocketClientImpl::OnSocketCreated(const net::IPEndPoint& address) { in OnSocketCreated() function in content::P2PSocketClientImpl