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

  /external/chromium_org/jingle/glue/
proxy_resolving_client_socket.h 41 // will be used. |dest_host_port_pair| is the destination for this
47 const net::HostPortPair& dest_host_port_pair);
proxy_resolving_client_socket.cc 26 const net::HostPortPair& dest_host_port_pair)
35 dest_host_port_pair_(dest_host_port_pair),
chrome_async_socket.cc 107 net::HostPortPair dest_host_port_pair(address.hostname(), address.port());
111 dest_host_port_pair);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 86 net::HostPortPair dest_host_port_pair = local
98 dest_host_port_pair));
178 net::HostPortPair dest_host_port_pair = local
181 dest_host_port_pair.set_host(remote_address_.hostname);
188 socket_handle.Pass(), dest_host_port_pair, ssl_config, context);

Completed in 2176 milliseconds