HomeSort by relevance Sort by last modified time
    Searched defs:spdy_session (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/http/
http_proxy_client_socket_pool.cc 23 #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(),
http_stream_factory_impl_unittest.cc 22 #include "net/spdy/spdy_session.h"
295 scoped_refptr<SpdySession> spdy_session = local
http_stream_factory_impl_job.cc 28 #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...]
http_network_transaction_unittest.cc 45 #include "net/spdy/spdy_session.h"
7052 scoped_refptr<SpdySession> spdy_session = local
8304 scoped_refptr<SpdySession> spdy_session = local
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_pool_unittest.cc 27 #include "net/spdy/spdy_session.h"
715 scoped_refptr<SpdySession> spdy_session; local
718 &spdy_session, true);
  /external/chromium/net/spdy/
spdy_session_pool.cc 13 #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 = new SpdySession(host_port_proxy_pair, this, &spdy_settings_
191 scoped_refptr<SpdySession> spdy_session = list->front(); local
236 scoped_refptr<SpdySession> spdy_session = GetExistingSession(list, net_log); local
    [all...]

Completed in 219 milliseconds