HomeSort by relevance Sort by last modified time
    Searched refs:OnSend (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.h 70 void OnSend(uint64 packet_id, int result);
socket_dispatcher_host.h 84 void OnSend(int socket_id,
socket_host_udp.cc 248 base::Bind(&P2PSocketHostUdp::OnSend, base::Unretained(this), packet.id));
258 base::Bind(&P2PSocketHostUdp::OnSend, base::Unretained(this),
272 void P2PSocketHostUdp::OnSend(uint64 packet_id, int result) {
socket_dispatcher_host.cc 136 IPC_MESSAGE_HANDLER(P2PHostMsg_Send, OnSend)
269 void P2PSocketDispatcherHost::OnSend(int socket_id,
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_channel_api.h 176 void OnSend(int result);
cast_channel_api.cc 330 base::Bind(&CastChannelSendFunction::OnSend, this));
333 void CastChannelSendFunction::OnSend(int result) {

Completed in 373 milliseconds