Searched defs:dest_host_port_pair (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/jingle/glue/
H A Dproxy_resolving_client_socket.cc26 const net::HostPortPair& dest_host_port_pair)
35 dest_host_port_pair_(dest_host_port_pair),
22 ProxyResolvingClientSocket( net::ClientSocketFactory* socket_factory, const scoped_refptr<net::URLRequestContextGetter>& request_context_getter, const net::SSLConfig& ssl_config, const net::HostPortPair& dest_host_port_pair) argument
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp.cc86 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 213 milliseconds