Home | History | Annotate | Download | only in socket

Lines Matching defs:session_

45         session_(CreateNetworkSession()),
68 session_->http_auth_cache(),
69 session_->http_auth_handler_factory(),
70 session_->spdy_session_pool(),
123 session_->http_auth_cache()->Add(GURL("http://proxy:443/"),
149 const scoped_refptr<HttpNetworkSession> session_;
716 rv = session_->spdy_session_pool()->GetSpdySessionFromSocket(
721 EXPECT_TRUE(session_->spdy_session_pool()->HasSession(test_hosts[0].pair));
722 EXPECT_FALSE(session_->spdy_session_pool()->HasSession(test_hosts[1].pair));
723 EXPECT_TRUE(session_->spdy_session_pool()->HasSession(test_hosts[2].pair));
725 session_->spdy_session_pool()->CloseAllSessions();