HomeSort by relevance Sort by last modified time
    Searched refs:HostPortPair (Results 26 - 50 of 358) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/base/
host_mapping_rules.h 15 class HostPortPair;
24 bool RewriteHost(HostPortPair* host_port) const;
host_mapping_rules_unittest.cc 19 HostPortPair host_port("test", 1234);
24 host_port = HostPortPair("chrome.net", 80);
29 host_port = HostPortPair("crack.com", 80);
34 host_port = HostPortPair("wtf.foo.com", 666);
46 HostPortPair host_port("test.com", 1234);
52 host_port = HostPortPair("crack.com", 80);
58 host_port = HostPortPair("wtf.com", 443);
64 host_port = HostPortPair("wtf.foo.com", 443);
  /external/chromium_org/net/socket/
mock_client_socket_pool_manager.cc 28 const HostPortPair& socks_proxy,
34 const HostPortPair& http_proxy,
40 const HostPortPair& proxy_server,
63 const HostPortPair& socks_proxy) {
72 const HostPortPair& http_proxy) {
81 const HostPortPair& proxy_server) {
client_socket_factory.h 22 class HostPortPair;
52 const HostPortPair& host_and_port,
client_socket_pool_manager_impl.h 81 const HostPortPair& socks_proxy) OVERRIDE;
84 const HostPortPair& http_proxy) OVERRIDE;
87 const HostPortPair& proxy_server) OVERRIDE;
98 typedef internal::OwnedPoolMap<HostPortPair, TransportClientSocketPool*>
100 typedef internal::OwnedPoolMap<HostPortPair, SOCKSClientSocketPool*>
102 typedef internal::OwnedPoolMap<HostPortPair, HttpProxyClientSocketPool*>
104 typedef internal::OwnedPoolMap<HostPortPair, SSLClientSocketPool*>
client_socket_pool_manager.h 30 class HostPortPair;
75 const HostPortPair& socks_proxy) = 0;
77 const HostPortPair& http_proxy) = 0;
79 const HostPortPair& proxy_server) = 0;
140 const HostPortPair& host_port_pair,
155 const HostPortPair& host_port_pair,
  /external/chromium/net/http/
http_stream_factory.cc 30 std::list<HostPortPair>* HttpStreamFactory::forced_spdy_exclusions_ = NULL;
39 const HostPortPair& http_host_port_pair) {
74 HostPortPair host_port(http_host_port_pair);
89 HostPortPair* endpoint) {
104 HostPortPair pair = HostPortPair::FromURL(GURL(value));
106 forced_spdy_exclusions_ = new std::list<HostPortPair>();
111 bool HttpStreamFactory::HasSpdyExclusion(const HostPortPair& endpoint) {
112 std::list<HostPortPair>* exclusions = forced_spdy_exclusions_;
116 std::list<HostPortPair>::const_iterator it
    [all...]
http_alternate_protocols.h 43 typedef std::map<HostPortPair, PortProtocolPair> ProtocolMap;
53 bool HasAlternateProtocolFor(const HostPortPair& http_host_port_pair) const;
57 const HostPortPair& http_host_port_pair) const;
63 void SetAlternateProtocolFor(const HostPortPair& http_host_port_pair,
69 void MarkBrokenAlternateProtocolFor(const HostPortPair& http_host_port_pair);
http_stream_factory_impl.h 38 virtual void AddTLSIntolerantServer(const HostPortPair& server);
39 virtual bool IsTLSIntolerantServer(const HostPortPair& server) const;
68 void OnBrokenAlternateProtocol(const Job*, const HostPortPair& origin);
81 std::set<HostPortPair> tls_intolerant_servers_;
http_stream_factory.h 22 class HostPortPair;
153 const HostPortPair& http_host_port_pair);
171 virtual void AddTLSIntolerantServer(const HostPortPair& server) = 0;
172 virtual bool IsTLSIntolerantServer(const HostPortPair& server) const = 0;
175 static GURL ApplyHostMappingRules(const GURL& url, HostPortPair* endpoint);
207 // Check if a HostPortPair is excluded from using spdy.
208 static bool HasSpdyExclusion(const HostPortPair& endpoint);
240 static std::list<HostPortPair>* forced_spdy_exclusions_;
http_alternate_protocols.cc 49 const HostPortPair& http_host_port_pair) const {
56 HostPortPair http_host_port_pair(host, port);
62 const HostPortPair& http_host_port_pair) const {
78 HostPortPair http_host_port_pair(host, port);
83 const HostPortPair& http_host_port_pair,
118 const HostPortPair& http_host_port_pair) {
  /external/chromium_org/net/quic/
port_suggester_unittest.cc 32 new PortSuggester(HostPortPair("www.example.com", 443), entropy_);
45 new PortSuggester(HostPortPair("www.example.com", 443), entropy_);
63 new PortSuggester(HostPortPair("www.example.com", 80), entropy_);
78 new PortSuggester(HostPortPair("www.example.com", 443), entropy_);
80 new PortSuggester(HostPortPair("www.example.com", 443), entropy_);
92 new PortSuggester(HostPortPair("www.example.com", 80), entropy_),
93 new PortSuggester(HostPortPair("www.example.ORG", 80), entropy_),
94 new PortSuggester(HostPortPair("www.example.com", 443), entropy_),
95 new PortSuggester(HostPortPair("www.example.com", 80), entropy_ + 123456),
  /external/chromium_org/jingle/glue/
xmpp_client_socket_factory.h 18 class HostPortPair;
39 const net::HostPortPair& host_and_port) OVERRIDE;
43 const net::HostPortPair& host_and_port) OVERRIDE;
  /external/chromium_org/net/spdy/
spdy_session_key.h 17 SpdySessionKey(const HostPortPair& host_port_pair,
37 const HostPortPair& host_port_pair() const {
  /external/chromium_org/jingle/notifier/base/
notifier_options.h 35 net::HostPortPair xmpp_host_port;
  /external/chromium/net/proxy/
proxy_server.h 41 ProxyServer(Scheme scheme, const HostPortPair& host_port_pair);
62 const HostPortPair& host_port_pair() const;
109 return ProxyServer(SCHEME_DIRECT, HostPortPair());
158 HostPortPair host_port_pair_;
161 typedef std::pair<HostPortPair, ProxyServer> HostPortProxyPair;
proxy_server_mac.cc 24 return ProxyServer(scheme, HostPortPair());
48 return ProxyServer(scheme, HostPortPair(host, port));
  /external/chromium_org/net/proxy/
proxy_server.h 41 ProxyServer(Scheme scheme, const HostPortPair& host_port_pair);
62 const HostPortPair& host_port_pair() const;
109 return ProxyServer(SCHEME_DIRECT, HostPortPair());
166 HostPortPair host_port_pair_;
169 typedef std::pair<HostPortPair, ProxyServer> HostPortProxyPair;
proxy_server_mac.cc 24 return ProxyServer(scheme, HostPortPair());
46 return ProxyServer(scheme, HostPortPair(host, port));
  /external/chromium_org/net/http/
http_server_properties_impl_unittest.cc 34 HostPortPair spdy_server_google("www.google.com", 443);
38 HostPortPair spdy_server_docs("docs.google.com", 443);
68 HostPortPair spdy_server_empty(std::string(), 443);
72 HostPortPair spdy_server_google("www.google.com", 443);
77 HostPortPair spdy_server_mail("mail.google.com", 443);
81 HostPortPair spdy_server_docs("docs.google.com", 443);
92 HostPortPair spdy_server_empty(std::string(), 443);
97 HostPortPair spdy_server_google("www.google.com", 443);
107 HostPortPair spdy_server_mail("mail.google.com", 443);
116 HostPortPair spdy_server_google("www.google.com", 443)
    [all...]
http_pipelined_connection.h 16 class HostPortPair;
51 const HostPortPair& origin,
proxy_client_socket.h 17 class HostPortPair;
62 const HostPortPair& endpoint,
  /external/chromium/net/socket/
client_socket_pool_manager.h 36 class HostPortPair;
93 const HostPortPair& socks_proxy);
96 const HostPortPair& http_proxy);
99 const HostPortPair& proxy_server);
126 const HostPortPair& host_port_pair,
159 typedef internal::OwnedPoolMap<HostPortPair, TransportClientSocketPool*>
161 typedef internal::OwnedPoolMap<HostPortPair, SOCKSClientSocketPool*>
163 typedef internal::OwnedPoolMap<HostPortPair, HttpProxyClientSocketPool*>
165 typedef internal::OwnedPoolMap<HostPortPair, SSLClientSocketPool*>
  /external/chromium/net/base/
mapped_host_resolver_unittest.cc 35 HostPortPair("www.google.com", 80)),
44 HostPortPair("www.google.com", 80)),
52 rv = resolver->Resolve(HostResolver::RequestInfo(HostPortPair("foo.com", 77)),
63 (HostPortPair("chromium.org", 61)),
92 HostPortPair("www.google.com", 80)),
100 HostPortPair("chrome.com", 80)),
125 HostPortPair("www.google.com", 80)),
133 HostPortPair("chrome.net", 80)),
  /external/chromium/net/spdy/
spdy_settings_storage.cc 18 const HostPortPair& host_port_pair) const {
27 void SpdySettingsStorage::Set(const HostPortPair& host_port_pair,

Completed in 238 milliseconds

12 3 4 5 6 7 8 91011>>