HomeSort by relevance Sort by last modified time
    Searched refs:spdy_session (Results 1 - 25 of 39) 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_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_http_stream.h 20 #include "net/spdy/spdy_session.h"
34 SpdyHttpStream(SpdySession* spdy_session, bool direct);
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),
  /external/chromium_org/net/spdy/
spdy_websocket_stream.cc 14 #include "net/spdy/spdy_session.h"
21 const base::WeakPtr<SpdySession>& spdy_session, Delegate* delegate)
23 spdy_session_(spdy_session),
spdy_websocket_stream.h 18 #include "net/spdy/spdy_session.h"
61 SpdyWebSocketStream(const base::WeakPtr<SpdySession>& spdy_session,
spdy_http_stream.h 17 #include "net/spdy/spdy_session.h"
33 // |spdy_session| must not be NULL.
34 SpdyHttpStream(const base::WeakPtr<SpdySession>& spdy_session, bool direct);
spdy_test_util_common.cc 24 #include "net/spdy/spdy_session.h"
547 base::WeakPtr<SpdySession> spdy_session; local
551 key, connection.Pass(), net_log, OK, &spdy_session,
553 EXPECT_EQ(expected_status == OK, spdy_session != NULL);
556 return spdy_session;
650 base::WeakPtr<SpdySession> spdy_session; local
657 key, handle.Pass(), BoundNetLog(), OK, &spdy_session,
659 EXPECT_EQ(expected_status == OK, spdy_session != NULL);
661 return spdy_session;
    [all...]
spdy_http_stream.cc 24 #include "net/spdy/spdy_session.h"
28 SpdyHttpStream::SpdyHttpStream(const base::WeakPtr<SpdySession>& spdy_session,
31 spdy_session_(spdy_session),
  /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_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.h 50 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_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_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_unittest.cc 22 #include "net/spdy/spdy_session.h"
295 scoped_refptr<SpdySession> spdy_session = local
  /external/chromium_org/net/http/
http_stream_factory_impl.cc 266 const base::WeakPtr<SpdySession>& spdy_session,
275 if (!spdy_session)
277 const SpdySessionKey& spdy_session_key = spdy_session->spdy_session_key();
301 factory->CreateSpdyStream(spdy_session, use_relative_url));
308 new SpdyHttpStream(spdy_session, use_relative_url));
http_stream_factory_impl_request.cc 12 #include "net/spdy/spdy_session.h"
282 const base::WeakPtr<SpdySession>& spdy_session,
314 websocket_stream_factory_->CreateSpdyStream(spdy_session,
321 new SpdyHttpStream(spdy_session, use_relative_url));
324 factory->OnNewSpdySessionReady(spdy_session,
http_proxy_client_socket_pool.cc 23 #include "net/spdy/spdy_session.h"
305 base::WeakPtr<SpdySession> spdy_session = local
308 if (spdy_session) {
318 net_log(), OK, &spdy_session, /*using_ssl_*/ true);
325 SPDY_BIDIRECTIONAL_STREAM, spdy_session, params_->request_url(),
326 params_->destination().priority(), spdy_session->net_log(), callback_);
http_stream_factory_impl_job.cc 41 #include "net/spdy/spdy_session.h"
336 base::WeakPtr<SpdySession> spdy_session = new_spdy_session_;
340 spdy_session, spdy_session_direct_, server_ssl_config_, proxy_info_,
344 request_->OnNewSpdySessionReady(this, spdy_session, spdy_session_direct_);
767 base::WeakPtr<SpdySession> spdy_session = local
770 if (spdy_session && CanUseExistingSpdySession()) {
777 existing_spdy_session_ = spdy_session;
1102 base::WeakPtr<SpdySession> spdy_session; local
    [all...]
http_stream_factory_impl.h 95 // fulfill them. |direct| indicates whether or not |spdy_session| uses a
97 void OnNewSpdySessionReady(const base::WeakPtr<SpdySession>& spdy_session,
http_stream_factory_impl_request.h 66 const base::WeakPtr<SpdySession>& spdy_session,
http_stream_factory_impl_unittest.cc 31 #include "net/spdy/spdy_session.h"
204 explicit WebSocketSpdyStream(const base::WeakPtr<SpdySession>& spdy_session)
205 : MockWebSocketStream(kStreamTypeSpdy), spdy_session_(spdy_session) {}
209 SpdySession* spdy_session() { return spdy_session_.get(); } function in class:net::__anon11212::WebSocketSpdyStream
240 const base::WeakPtr<SpdySession>& spdy_session,
242 return new WebSocketSpdyStream(spdy_session);
    [all...]
  /external/chromium_org/net/websockets/
websocket_job.cc 18 #include "net/spdy/spdy_session.h"
600 base::WeakPtr<SpdySession> spdy_session = local
602 if (!spdy_session)
608 bool use_ssl = spdy_session->GetSSLInfo(
614 spdy_protocol_version_ = spdy_session->GetProtocolVersion();
615 spdy_websocket_stream_.reset(new SpdyWebSocketStream(spdy_session, this));

Completed in 911 milliseconds

1 2