Searched defs:spdy_session (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/http/
H A Dhttp_stream_factory_impl.cc167 scoped_refptr<SpdySession> spdy_session,
175 spdy_session->host_port_proxy_pair();
176 while (!spdy_session->IsClosed()) {
192 new SpdyHttpStream(spdy_session, use_relative_url));
166 OnSpdySessionReady( scoped_refptr<SpdySession> spdy_session, bool direct, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, bool was_npn_negotiated, bool using_spdy, const NetLog::Source& source) argument
H A Dhttp_stream_factory_impl_request.cc11 #include "net/spdy/spdy_session.h"
230 scoped_refptr<SpdySession> spdy_session,
261 new SpdyHttpStream(spdy_session, use_relative_url));
264 spdy_session, direct, used_ssl_config, used_proxy_info,
228 OnSpdySessionReady( Job* job, scoped_refptr<SpdySession> spdy_session, bool direct) argument
H A Dhttp_stream_factory_impl_unittest.cc22 #include "net/spdy/spdy_session.h"
295 scoped_refptr<SpdySession> spdy_session = local
H A Dhttp_proxy_client_socket_pool.cc23 #include "net/spdy/spdy_session.h"
322 scoped_refptr<SpdySession> spdy_session; local
330 spdy_session = spdy_pool->Get(pair, net_log());
335 net_log(), OK, &spdy_session, /*using_ssl_*/ true);
341 return spdy_session->CreateStream(params_->request_url(),
343 &spdy_stream_, spdy_session->net_log(),
H A Dhttp_stream_factory_impl_job.cc28 #include "net/spdy/spdy_session.h"
206 scoped_refptr<SpdySession> spdy_session = new_spdy_session_; local
210 spdy_session, spdy_session_direct_, ssl_config_, proxy_info_,
214 request_->OnSpdySessionReady(this, spdy_session, spdy_session_direct_);
742 scoped_refptr<SpdySession> spdy_session; local
748 spdy_session = spdy_pool->Get(pair, net_log_);
755 spdy_session = spdy_pool->Get(pair, net_log_);
760 if (spdy_session.get()) {
772 &spdy_session, using_ssl_);
775 new_spdy_session_ = spdy_session;
[all...]
H A Dhttp_network_transaction_unittest.cc45 #include "net/spdy/spdy_session.h"
7052 scoped_refptr<SpdySession> spdy_session = local
7076 EXPECT_EQ(OK, spdy_session->InitializeWithSocket(ssl_connection.release(),
8304 scoped_refptr<SpdySession> spdy_session = local
8316 spdy_session->InitializeWithSocket(connection.release(), false, OK);
/external/chromium/net/socket/
H A Dssl_client_socket_pool_unittest.cc27 #include "net/spdy/spdy_session.h"
715 scoped_refptr<SpdySession> spdy_session; local
718 &spdy_session, true);
/external/chromium/net/spdy/
H A Dspdy_http_stream.cc22 #include "net/spdy/spdy_session.h"
26 SpdyHttpStream::SpdyHttpStream(SpdySession* spdy_session, argument
30 spdy_session_(spdy_session),
H A Dspdy_session_pool.cc13 #include "net/spdy/spdy_session.h"
64 scoped_refptr<SpdySession> spdy_session; local
68 spdy_session = GetFromAlias(host_port_proxy_pair, net_log, true);
69 if (spdy_session) {
76 "session", spdy_session->net_log().source())));
77 return spdy_session;
87 spdy_session = GetExistingSession(list, net_log);
91 "session", spdy_session->net_log().source())));
92 return spdy_session;
95 spdy_session
109 GetSpdySessionFromSocket( const HostPortProxyPair& host_port_proxy_pair, ClientSocketHandle* connection, const BoundNetLog& net_log, int certificate_error_code, scoped_refptr<SpdySession>* spdy_session, bool is_secure) argument
191 scoped_refptr<SpdySession> spdy_session = list->front(); local
236 scoped_refptr<SpdySession> spdy_session = GetExistingSession(list, net_log); local
[all...]

Completed in 132 milliseconds