Home | History | Annotate | Download | only in spdy

Lines Matching defs:session_

88     session_->http_auth_cache()->Add(GURL(kProxyUrl),
108 scoped_refptr<HttpNetworkSession> session_;
132 session_(NULL),
153 if (session_ != NULL)
154 session_->spdy_session_pool()->CloseAllSessions();
174 session_ = SpdySessionDependencies::SpdyCreateSessionDeterministic(
181 session_->spdy_session_pool()->Get(endpoint_host_port_proxy_pair_,
189 LOWEST, NULL, session_->transport_socket_pool(),
203 proxy_host_port_, session_->http_auth_cache(),
204 session_->http_auth_handler_factory()));