Home | History | Annotate | Download | only in http

Lines Matching refs:HostPortPair

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;