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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.h 54 virtual void DoSend(const net::IPEndPoint& to,
111 virtual void DoSend(const net::IPEndPoint& to,
133 virtual void DoSend(const net::IPEndPoint& to,
socket_host_udp.h 69 void DoSend(const PendingPacket& packet);
socket_host_udp.cc 217 DoSend(packet);
221 void P2PSocketHostUdp::DoSend(const PendingPacket& packet) {
282 DoSend(send_queue_.front());
socket_host_tcp.cc 327 DoSend(to, data, options);
459 void P2PSocketHostTcp::DoSend(const net::IPEndPoint& to,
512 void P2PSocketHostStunTcp::DoSend(const net::IPEndPoint& to,
  /external/chromium_org/remoting/host/
register_support_host_request.h 62 void DoSend();
  /external/chromium_org/remoting/client/plugin/
pepper_packet_socket_factory.cc 124 void DoSend();
285 DoSend();
317 void UdpPacketSocket::DoSend() {
354 DoSend();
366 DoSend();
  /external/chromium_org/remoting/jingle_glue/
chromium_socket_factory.cc 68 void DoSend();
192 DoSend();
263 void UdpPacketSocket::DoSend() {
295 DoSend();
309 DoSend();
  /external/chromium_org/components/gcm_driver/
gcm_driver_desktop.h 94 void DoSend(const std::string& app_id,
gcm_driver_desktop.cc 520 delayed_task_controller_->AddTask(base::Bind(&GCMDriverDesktop::DoSend,
528 DoSend(app_id, receiver_id, message);
531 void GCMDriverDesktop::DoSend(const std::string& app_id,
  /external/chromium_org/device/bluetooth/
bluetooth_socket_net.h 98 void DoSend(scoped_refptr<net::IOBuffer> buffer,
bluetooth_socket_net.cc 105 &BluetoothSocketNet::DoSend,
221 void BluetoothSocketNet::DoSend(

Completed in 409 milliseconds