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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.h 71 void HandleSendResult(uint64 packet_id, int result);
socket_host_udp.cc 265 HandleSendResult(packet.id, result);
278 HandleSendResult(packet_id, result);
287 void P2PSocketHostUdp::HandleSendResult(uint64 packet_id, int result) {

Completed in 111 milliseconds