HomeSort by relevance Sort by last modified time
    Searched full:spdy_session (Results 1 - 25 of 30) sorted by null

1 2

  /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...]
spdy_http_stream.h 20 #include "net/spdy/spdy_session.h"
34 SpdyHttpStream(SpdySession* spdy_session, bool direct);
spdy_session_pool.h 66 // Returns OK on success, and the |spdy_session| will be provided.
67 // Returns an error on failure, and |spdy_session| will be NULL.
73 scoped_refptr<SpdySession>* spdy_session,
spdy_stream_unittest.cc 8 #include "net/spdy/spdy_session.h"
255 scoped_refptr<SpdySession> spdy_session(CreateSpdySession());
259 scoped_refptr<SpdyStream> stream = new SpdyStream(spdy_session,
spdy_http_stream.cc 22 #include "net/spdy/spdy_session.h"
26 SpdyHttpStream::SpdyHttpStream(SpdySession* spdy_session,
30 spdy_session_(spdy_session),
spdy_http_stream_unittest.cc 6 #include "net/spdy/spdy_session.h"
spdy_proxy_client_socket.h 24 #include "net/spdy/spdy_session.h"
spdy_stream.cc 10 #include "net/spdy/spdy_session.h"
spdy_session_unittest.cc 5 #include "net/spdy/spdy_session.h"
spdy_network_transaction_unittest.cc 17 #include "net/spdy/spdy_session.h"
441 scoped_refptr<SpdySession> spdy_session(pool->Get(pair, log));
442 ASSERT_TRUE(spdy_session.get() != NULL);
443 EXPECT_EQ(0u, spdy_session->num_active_streams());
444 EXPECT_EQ(0u, spdy_session->num_unclaimed_pushed_streams());
    [all...]
  /external/chromium/net/base/
net_log_source_type_list.h 15 SOURCE_TYPE(SPDY_SESSION, 6)
run_all_unittests.cc 10 #include "net/spdy/spdy_session.h"
  /external/chromium/net/http/
http_stream_factory_impl.cc 167 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));
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.h 55 // fulfill them. |direct| indicates whether or not |spdy_session| uses a
57 void OnSpdySessionReady(scoped_refptr<SpdySession> spdy_session,
http_stream_factory_impl_request.cc 11 #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,
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_stream_factory_impl_request.h 50 scoped_refptr<SpdySession> spdy_session,
http_stream_factory_impl_unittest.cc 22 #include "net/spdy/spdy_session.h"
295 scoped_refptr<SpdySession> spdy_session = local
http_network_layer.cc 14 #include "net/spdy/spdy_session.h"
  /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/chrome/browser/resources/net_internals/
sourceentry.js 240 case LogSourceType.SPDY_SESSION:
index.html 175 <a href='#events&q=type:SPDY_SESSION%20is:active'>View live SPDY sessions</a>
  /external/chromium/
Android.mk 320 net/spdy/spdy_session.cc \
  /external/chromium/net/
net.gyp 687 'spdy/spdy_session.cc',
688 'spdy/spdy_session.h',
    [all...]

Completed in 426 milliseconds

1 2