Searched refs:OnSend (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.h64 void OnSend(int bytes_sent);
H A Dbluetooth_connection.cc84 base::Bind(&BluetoothConnection::OnSend, weak_this),
161 void BluetoothConnection::OnSend(int bytes_sent) { function in class:proximity_auth::BluetoothConnection
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_dispatcher_host.h84 void OnSend(int socket_id,
H A Dsocket_host_udp.h70 void OnSend(uint64 packet_id, int result);
H A Dsocket_host_udp.cc254 base::Bind(&P2PSocketHostUdp::OnSend, base::Unretained(this), packet.id));
264 base::Bind(&P2PSocketHostUdp::OnSend, base::Unretained(this),
278 void P2PSocketHostUdp::OnSend(uint64 packet_id, int result) { function in class:content::P2PSocketHostUdp
H A Dsocket_dispatcher_host.cc136 IPC_MESSAGE_HANDLER(P2PHostMsg_Send, OnSend)
269 void P2PSocketDispatcherHost::OnSend(int socket_id, function in class:content::P2PSocketDispatcherHost
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_channel_api.h192 void OnSend(int result);
H A Dcast_channel_api.cc428 base::Bind(&CastChannelSendFunction::OnSend, this));
431 void CastChannelSendFunction::OnSend(int result) { function in class:extensions::CastChannelSendFunction

Completed in 1483 milliseconds