/external/chromium/chrome/common/ |
automation_messages.h | 50 const net::HostPortPair& host_socket_address); 59 net::HostPortPair socket_address;
|
/external/chromium/net/http/ |
http_proxy_client_socket.cc | 30 const HostPortPair& endpoint, 31 const HostPortPair& proxy_server,
|
http_proxy_client_socket_pool.cc | 35 HostPortPair endpoint, 277 const HostPortPair& proxy_server = tcp_destination.host_port_pair();
|
/external/chromium/net/socket/ |
socks_client_socket_pool_unittest.cc | 57 HostPortPair("proxy", 80), MEDIUM, GURL(), false, false)), 64 ignored_transport_socket_params_, true, HostPortPair("host", 80),
|
tcp_client_socket_pool.cc | 24 TCPSocketParams::TCPSocketParams(const HostPortPair& host_port_pair, 41 : destination_(HostPortPair(host, port))
|
transport_client_socket_pool_unittest.cc | 301 const HostPortPair& host_and_port, 347 new TransportSocketParams(HostPortPair("www.google.com", 80), 350 new TransportSocketParams(HostPortPair("www.google.com", 80), 369 HostPortPair("www.google.com", 80), MEDIUM, GURL(), false, false)); 501 HostPortPair host_port_pair("unresolvable.host.name", 80); 763 HostPortPair("www.google.com", 80), LOWEST, GURL(), false, false)); 784 HostPortPair("www.google.com", 80), LOWEST, GURL(), false, false)); [all...] |
socket_test_util.h | 542 const HostPortPair& host_and_port, 703 const HostPortPair& host_and_port, 900 const HostPortPair& host_and_port, [all...] |
socks5_client_socket_unittest.cc | 69 HostResolver::RequestInfo info(HostPortPair("www.socks-proxy.com", 1080)); 95 HostResolver::RequestInfo(HostPortPair(hostname, port)));
|
/external/chromium/net/test/ |
test_server.cc | 166 const HostPortPair& TestServer::host_port_pair() const { 265 host_port_pair_ = HostPortPair(GetHostname(type_, https_options_), 0);
|
/external/chromium_org/net/http/ |
http_stream_factory_impl.cc | 198 HostPortPair origin = HostPortPair(original_url.HostNoBrackets(),
|
http_stream_factory_impl_job.cc | 142 HostPortPair origin_server = 143 HostPortPair(request_info_.url.HostNoBrackets(), 627 origin_ = HostPortPair(request_info_.url.HostNoBrackets(), port); [all...] |
http_proxy_client_socket.cc | 31 const HostPortPair& endpoint, 32 const HostPortPair& proxy_server,
|
http_proxy_client_socket_pool.cc | 36 const HostPortPair& endpoint, 273 const HostPortPair& proxy_server = tcp_destination.host_port_pair();
|
/external/chromium_org/net/url_request/ |
test_url_fetcher_factory.cc | 160 HostPortPair TestURLFetcher::GetSocketAddress() const { 162 return HostPortPair();
|
url_request.h | 78 class HostPortPair; 509 HostPortPair GetSocketAddress() const; [all...] |
/external/chromium_org/net/quic/ |
quic_stream_factory_test.cc | 73 host_port_proxy_pair_(HostPortPair("www.google.com", 443), 594 HostPortProxyPair host_port_proxy_pair1(HostPortPair(r1_host_name, 80), 611 HostPortProxyPair host_port_proxy_pair2(HostPortPair(r2_host_name, 80), 635 HostPortProxyPair host_port_proxy_pair1(HostPortPair(r3_host_name, 80), 652 HostPortProxyPair host_port_proxy_pair2(HostPortPair(r4_host_name, 80),
|
/external/chromium_org/net/spdy/ |
spdy_session.h | 216 const HostPortPair& trusted_spdy_proxy, 221 const HostPortPair& host_port_pair() const { [all...] |
/external/chromium_org/net/socket/ |
transport_client_socket_pool_unittest.cc | 404 const HostPortPair& host_and_port, 450 new TransportSocketParams(HostPortPair("www.google.com", 80), 471 HostPortPair("www.google.com", 80), false, false, 608 HostPortPair host_port_pair("unresolvable.host.name", 80); 885 HostPortPair("www.google.com", 80), false, false, 905 HostPortPair("www.google.com", 80), false, false, [all...] |
/external/chromium/chrome/browser/chromeos/ |
proxy_cros_settings_provider.cc | 292 net::HostPortPair host_port_pair(host, port); 305 net::HostPortPair host_port_pair(host, port);
|
/external/chromium/net/spdy/ |
spdy_proxy_client_socket.cc | 27 const HostPortPair& endpoint, 29 const HostPortPair& proxy_server,
|
spdy_session_pool.cc | 271 HostPortPair single_domain = HostPortPair("singledomain.com", 80);
|
/external/chromium/net/url_request/ |
url_request_job.cc | 202 HostPortPair URLRequestJob::GetSocketAddress() const { 203 return HostPortPair();
|
/external/chromium_org/chrome/browser/net/ |
network_stats_unittest.cc | 122 net::HostPortPair host_port_pair; 223 net::HostPortPair host_port_pair;
|
/external/chromium_org/chrome/utility/local_discovery/ |
service_discovery_client_unittest.cc | 354 address_expected_ = net::HostPortPair("myhello.local", 8888); 388 net::HostPortPair address_expected_;
|
/external/chromium_org/jingle/glue/ |
chrome_async_socket.cc | 107 net::HostPortPair dest_host_port_pair(address.hostname(), address.port()); 410 socket_handle.Pass(), net::HostPortPair(domain_name, 443));
|