Searched refs:spdy_session (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/net/spdy/
H A Dspdy_websocket_stream.cc14 #include "net/spdy/spdy_session.h"
21 const base::WeakPtr<SpdySession>& spdy_session, Delegate* delegate)
22 : spdy_session_(spdy_session),
20 SpdyWebSocketStream( const base::WeakPtr<SpdySession>& spdy_session, Delegate* delegate) argument
H A Dspdy_websocket_stream.h18 #include "net/spdy/spdy_session.h"
61 SpdyWebSocketStream(const base::WeakPtr<SpdySession>& spdy_session,
H A Dspdy_http_stream.h17 #include "net/spdy/spdy_session.h"
33 // |spdy_session| must not be NULL.
34 SpdyHttpStream(const base::WeakPtr<SpdySession>& spdy_session, bool direct);
H A Dspdy_test_util_common.cc24 #include "net/spdy/spdy_session.h"
570 base::WeakPtr<SpdySession> spdy_session = local
574 EXPECT_TRUE(spdy_session != NULL);
576 return spdy_session;
673 base::WeakPtr<SpdySession> spdy_session = local
677 EXPECT_TRUE(spdy_session != NULL);
679 return spdy_session;
H A Dspdy_http_stream.cc24 #include "net/spdy/spdy_session.h"
28 SpdyHttpStream::SpdyHttpStream(const base::WeakPtr<SpdySession>& spdy_session, argument
30 : spdy_session_(spdy_session),
H A Dspdy_stream_unittest.cc21 #include "net/spdy/spdy_session.h"
189 base::WeakPtr<SpdySession> spdy_session(CreateDefaultSpdySession());
193 spdy_session,
231 EXPECT_TRUE(spdy_session == NULL);
H A Dspdy_network_transaction_unittest.cc32 #include "net/spdy/spdy_session.h"
610 base::WeakPtr<SpdySession> spdy_session = local
612 ASSERT_TRUE(spdy_session != NULL);
613 EXPECT_EQ(0u, spdy_session->num_active_streams());
614 EXPECT_EQ(0u, spdy_session->num_unclaimed_pushed_streams());
1424 // the spdy_session
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.cc257 const base::WeakPtr<SpdySession>& spdy_session,
266 if (!spdy_session)
268 const SpdySessionKey& spdy_session_key = spdy_session->spdy_session_key();
293 new SpdyHttpStream(spdy_session, use_relative_url));
256 OnNewSpdySessionReady( const base::WeakPtr<SpdySession>& spdy_session, bool direct, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, bool was_npn_negotiated, NextProto protocol_negotiated, bool using_spdy, const BoundNetLog& net_log) argument
H A Dhttp_proxy_client_socket_pool.cc23 #include "net/spdy/spdy_session.h"
318 base::WeakPtr<SpdySession> spdy_session = local
321 if (spdy_session) {
329 spdy_session =
333 DCHECK(spdy_session);
338 spdy_session,
341 spdy_session->net_log(),
H A Dhttp_stream_factory_impl_request.cc12 #include "net/spdy/spdy_session.h"
260 // be woken, but only if the spdy_session is still okay. This is tough to grok.
267 const base::WeakPtr<SpdySession>& spdy_session,
272 // Note: |spdy_session| may be NULL. In that case, |delegate_| should still
274 // point in broadcasting |spdy_session| to other requests.
306 if (spdy_session && spdy_session->IsAvailable()) {
307 factory->OnNewSpdySessionReady(spdy_session,
264 OnNewSpdySessionReady( Job* job, scoped_ptr<HttpStream> stream, const base::WeakPtr<SpdySession>& spdy_session, bool direct) argument
H A Dhttp_stream_factory_impl_job.cc37 #include "net/spdy/spdy_session.h"
337 base::WeakPtr<SpdySession> spdy_session = new_spdy_session_; local
343 if (spdy_session) {
345 spdy_session, spdy_session_direct_, server_ssl_config_, proxy_info_,
351 this, stream_.Pass(), spdy_session, spdy_session_direct_);
780 base::WeakPtr<SpdySession> spdy_session = local
783 if (spdy_session && CanUseExistingSpdySession()) {
790 existing_spdy_session_ = spdy_session;
1105 base::WeakPtr<SpdySession> spdy_session = local
1108 if (spdy_session) {
[all...]
H A Dhttp_stream_factory_impl.h87 // fulfill them. |direct| indicates whether or not |spdy_session| uses a
89 void OnNewSpdySessionReady(const base::WeakPtr<SpdySession>& spdy_session,
H A Dhttp_stream_factory_impl_request.h60 const base::WeakPtr<SpdySession>& spdy_session,
H A Dhttp_stream_factory_impl_unittest.cc31 #include "net/spdy/spdy_session.h"
231 const base::WeakPtr<SpdySession>& spdy_session)
233 spdy_session_(spdy_session) {}
237 SpdySession* spdy_session() { return spdy_session_.get(); } function in class:net::__anon9322::WebSocketSpdyHandshakeStream
272 const base::WeakPtr<SpdySession>& spdy_session,
274 return new WebSocketSpdyHandshakeStream(spdy_session);
1223 waiter2.websocket_stream())->spdy_session(),
1225 waiter1.websocket_stream())->spdy_session());
230 WebSocketSpdyHandshakeStream( const base::WeakPtr<SpdySession>& spdy_session) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_job.cc18 #include "net/spdy/spdy_session.h"
589 base::WeakPtr<SpdySession> spdy_session = local
591 if (!spdy_session)
597 bool use_ssl = spdy_session->GetSSLInfo(
603 spdy_protocol_version_ = spdy_session->GetProtocolVersion();
604 spdy_websocket_stream_.reset(new SpdyWebSocketStream(spdy_session, this));
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc31 #include "net/spdy/spdy_session.h"
1314 base::WeakPtr<SpdySession> spdy_session = local
1371 base::WeakPtr<SpdySession> spdy_session = local
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.darwin-arm64.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.darwin-mips.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.darwin-mips64.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.darwin-x86.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.darwin-x86_64.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.linux-arm.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.linux-arm64.mk459 net/spdy/spdy_session.cc \
H A Dnet.target.linux-mips.mk459 net/spdy/spdy_session.cc \

Completed in 219 milliseconds

12