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

1 23 4 5 6 7 8 91011

  /external/chromium_org/net/spdy/
hpack_huffman_aggregator.cc 52 HostPortPair endpoint = HostPortPair(request.url.HostNoBrackets(),
111 HostPortPair endpoint = HostPortPair(request.url.HostNoBrackets(),
121 HostPortPair referer_endpoint = HostPortPair(referer.HostNoBrackets(),
spdy_proxy_client_socket.h 48 const HostPortPair& endpoint,
50 const HostPortPair& proxy_server,
150 const HostPortPair endpoint_;
  /external/chromium_org/net/http/
http_stream_factory.cc 33 const HostPortPair& http_host_port_pair,
67 HostPortPair host_port(http_host_port_pair);
84 HostPortPair* endpoint) {
http_stream_factory.h 35 class HostPortPair;
183 const HostPortPair& http_host_port_pair,
186 GURL ApplyHostMappingRules(const GURL& url, HostPortPair* endpoint);
http_response_info.h 91 HostPortPair proxy_server;
103 HostPortPair socket_address;
http_proxy_client_socket.h 43 const HostPortPair& endpoint,
44 const HostPortPair& proxy_server,
149 const HostPortPair endpoint_;
  /external/chromium_org/chrome/browser/local_discovery/
device_description.h 45 net::HostPortPair address;
  /external/chromium_org/components/invalidation/
invalidation_service_util.cc 21 net::HostPortPair::FromString(
  /external/chromium_org/content/public/browser/
resource_request_details.h 41 net::HostPortPair socket_address;
  /external/chromium_org/net/proxy/
proxy_server.cc 77 ProxyServer::ProxyServer(Scheme scheme, const HostPortPair& host_port_pair)
83 DCHECK(host_port_pair.Equals(HostPortPair()));
84 host_port_pair_ = HostPortPair();
88 const HostPortPair& ProxyServer::host_port_pair() const {
228 HostPortPair::FromURL(GURL(DATA_REDUCTION_DEV_HOST)));
231 HostPortPair::FromURL(GURL(SPDY_PROXY_AUTH_ORIGIN)));
237 HostPortPair::FromURL(GURL(DATA_REDUCTION_FALLBACK_HOST)));
255 HostPortPair host_port_pair;
269 host_port_pair = HostPortPair(HostNoBrackets(host), port);
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.cc 149 const net::HostPortPair& server) {
155 const net::HostPortPair& server,
164 const net::HostPortPair& server) {
171 const net::HostPortPair& server) {
177 const net::HostPortPair& server,
187 const net::HostPortPair& server) {
194 const net::HostPortPair& server) {
201 const net::HostPortPair& server) {
208 const net::HostPortPair& server) {
232 const net::HostPortPair& host_port_pair)
    [all...]
http_server_properties_manager_unittest.cc 199 net::HostPortPair::FromString("www.google.com:80")));
201 net::HostPortPair::FromString("mail.google.com:80")));
203 net::HostPortPair::FromString("foo.google.com:1337")));
207 net::HostPortPair::FromString("www.google.com:80")));
209 net::HostPortPair::FromString("mail.google.com:80")));
212 net::HostPortPair::FromString("www.google.com:80"));
217 net::HostPortPair::FromString("mail.google.com:80"));
229 net::HostPortPair spdy_server_mail("mail.google.com", 443);
244 net::HostPortPair spdy_server_mail("mail.google.com", 443);
270 net::HostPortPair spdy_server_mail("mail.google.com", 443)
    [all...]
network_stats.h 107 const net::HostPortPair& server,
340 const net::HostPortPair& server_address,
360 net::HostPortPair server_address_;
384 const net::HostPortPair& server_address,
  /external/chromium_org/jingle/glue/
xmpp_client_socket_factory.cc 34 const net::HostPortPair& host_and_port) {
51 const net::HostPortPair& host_and_port) {
  /external/chromium_org/jingle/notifier/base/
notifier_options_util.cc 54 net::HostPortPair("talk.google.com",
59 net::HostPortPair("talkx.l.google.com",
  /external/chromium_org/jingle/notifier/communicator/
connection_settings_unittest.cc 19 net::HostPortPair("supports_ssltcp.com", 100),
23 net::HostPortPair("does_not_support_ssltcp.com", 200),
login_settings_unittest.cc 23 net::HostPortPair("default.com", 100),
51 net::HostPortPair("redirect.com", 200),
single_login_attempt.cc 56 // net::HostPortPair::FromString(). If the port is missing or
59 net::HostPortPair ParseRedirectText(const std::string& redirect_text) {
62 net::HostPortPair redirect_server;
121 const net::HostPortPair& redirect_server =
  /external/chromium_org/net/socket/
socket_net_log_params.cc 26 base::Value* NetLogHostPortPairCallback(const HostPortPair* host_and_port,
57 const HostPortPair* host_and_port) {
  /external/chromium_org/net/ssl/
ssl_client_auth_cache_unittest.cc 19 HostPortPair server1("foo1", 443);
23 HostPortPair server2("foo2", 443);
27 HostPortPair server3("foo3", 443);
85 HostPortPair server1("foo", 443);
89 HostPortPair server2("foo", 8443);
110 HostPortPair server1("foo", 443);
146 HostPortPair server1("foo", 443);
152 HostPortPair server2("foo2", 443);
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_unittest.cc 130 EXPECT_TRUE(net::HostPortPair::FromString(kDataReductionProxyAlt).Equals(
131 net::HostPortPair::FromString(config->origin_)));
133 net::HostPortPair::FromString(kDataReductionProxyAltFallback).Equals(
134 net::HostPortPair::FromString(config->fallback_origin_)));
135 EXPECT_TRUE(net::HostPortPair::FromString(kDataReductionProxySSL).Equals(
136 net::HostPortPair::FromString(config->ssl_origin_)));
140 EXPECT_TRUE(net::HostPortPair::FromString(kDataReductionProxy).Equals(
141 net::HostPortPair::FromString(config->origin_)));
142 EXPECT_TRUE(net::HostPortPair::FromString(kDataReductionProxyFallback).Equals(
143 net::HostPortPair::FromString(config->fallback_origin_)))
    [all...]
  /external/chromium_org/content/browser/loader/
resource_scheduler.h 20 class HostPortPair;
  /external/chromium_org/content/public/common/
resource_response_info.h 99 net::HostPortPair socket_address;
  /external/chromium_org/net/base/
auth.h 31 HostPortPair challenger;
  /external/chromium_org/net/quic/
port_suggester.cc 12 PortSuggester::PortSuggester(const HostPortPair& server, uint64 seed)

Completed in 187 milliseconds

1 23 4 5 6 7 8 91011