HomeSort by relevance Sort by last modified time
    Searched refs:HostPortPair (Results 126 - 150 of 256) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium_org/net/spdy/
spdy_http_stream_unittest.cc 143 HostPortPair host_port_pair("www.google.com", 80);
169 HostPortPair host_port_pair("www.google.com", 80);
244 HostPortPair host_port_pair("www.google.com", 80);
333 HostPortPair host_port_pair("www.google.com", 80);
409 HostPortPair host_port_pair("www.google.com", 80);
503 HostPortPair host_port_pair("www.google.com", 80);
562 HostPortPair host_port_pair("www.google.com", 80);
spdy_session_pool.cc 62 HostPortPair::FromString(trusted_spdy_proxy)) {
332 HostPortPair single_domain = HostPortPair("singledomain.com", 80);
spdy_session_pool.h 226 HostPortPair trusted_spdy_proxy_;
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.cc 205 const HostPortPair& socks_proxy) {
242 const HostPortPair& http_proxy) {
319 const HostPortPair& proxy_server) {
ssl_client_socket_pool_unittest.cc 87 new TransportSocketParams(HostPortPair("host", 443),
97 new TransportSocketParams(HostPortPair("proxy", 443),
104 HostPortPair("sockshost", 443))),
115 HostPortPair("host", 80),
160 HostPortPair("host", 443),
822 HostResolver::RequestInfo info(HostPortPair(test_hosts[i].name, kTestPort));
832 HostPortPair(test_hosts[i].name, kTestPort), ProxyServer::Direct(),
    [all...]
socks_client_socket_pool_unittest.cc 47 HostPortPair("proxy", 80), false, false,
54 HostPortPair("host", 80));
60 HostPortPair("host", 80));
socks_client_socket_pool.h 31 bool socks_v5, const HostPortPair& host_port_pair);
transport_client_socket_pool.h 36 const HostPortPair& host_port_pair,
  /external/chromium_org/chrome/browser/chromeos/
proxy_cros_settings_parser.cc 76 net::HostPortPair host_port_pair;
80 host_port_pair = net::HostPortPair::FromURL(url);
82 host_port_pair = net::HostPortPair::FromString(host);
84 host_port_pair = net::HostPortPair(host, port);
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_apitest.cc 96 net::HostPortPair host_port_pair = test_server->host_port_pair();
  /external/chromium_org/chrome/browser/extensions/
webstore_installer_test.cc 59 net::HostPortPair host_port = test_server()->host_port_pair();
  /external/chromium_org/net/url_request/
url_fetcher_impl.h 81 virtual HostPortPair GetSocketAddress() const OVERRIDE;
url_fetcher_core.h 106 HostPortPair GetSocketAddress() const;
235 HostPortPair socket_address_;
url_request_job.cc 238 HostPortPair URLRequestJob::GetSocketAddress() const {
239 return HostPortPair();
686 void URLRequestJob::SetProxyServer(const HostPortPair& proxy_server) {
url_fetcher_impl.cc 143 HostPortPair URLFetcherImpl::GetSocketAddress() const {
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_apitest.cc 121 net::HostPortPair host_port_pair = test_server->host_port_pair();
149 net::HostPortPair host_port_pair = test_server->host_port_pair();
  /external/chromium_org/chrome/browser/
io_thread.h 168 std::set<net::HostPortPair> forced_spdy_exclusions;
181 Optional<net::HostPortPair> origin_to_force_quic_on;
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.cc 160 net::HostPortPair::FromString(ConvertJavaStringToUTF8(env, host));
172 net::HostPortPair::FromString(ConvertJavaStringToUTF8(env, host));
  /external/chromium_org/net/http/
http_stream_factory_impl.cc 188 HostPortPair origin = HostPortPair(original_url.HostNoBrackets(),
http_proxy_client_socket_pool_unittest.cc 119 return new TransportSocketParams(HostPortPair(kHttpProxyHost, 80),
130 HostPortPair(kHttpsProxyHost, 443),
136 HostPortPair(kHttpsProxyHost, 443),
152 HostPortPair("www.google.com", tunnel ? 443 : 80),
  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos_unittest.cc 157 net::HostPortPair(net::GetHostName(), 80));
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol.cc 30 net::HostPortPair::FromURL(gurl));
data_reduction_proxy_settings.h 25 class HostPortPair;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 86 net::HostPortPair dest_host_port_pair =
87 net::HostPortPair::FromIPEndPoint(remote_address.ip_address);
178 net::HostPortPair dest_host_port_pair =
179 net::HostPortPair::FromIPEndPoint(remote_address_.ip_address);
  /external/chromium_org/net/quic/
quic_client_session.h 164 base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases);

Completed in 696 milliseconds

1 2 3 4 56 7 8 91011