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

1 2

  /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)
22 : 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"
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;
    [all...]
spdy_http_stream.cc 24 #include "net/spdy/spdy_session.h"
28 SpdyHttpStream::SpdyHttpStream(const base::WeakPtr<SpdySession>& spdy_session,
30 : spdy_session_(spdy_session),
spdy_stream_unittest.cc 21 #include "net/spdy/spdy_session.h"
189 base::WeakPtr<SpdySession> spdy_session(CreateDefaultSpdySession());
193 spdy_session,
231 EXPECT_TRUE(spdy_session == NULL);
    [all...]
spdy_network_transaction_unittest.cc 32 #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());
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl.cc 257 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));
http_proxy_client_socket_pool.cc 23 #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(),
http_stream_factory_impl.h 87 // fulfill them. |direct| indicates whether or not |spdy_session| uses a
89 void OnNewSpdySessionReady(const base::WeakPtr<SpdySession>& spdy_session,
http_stream_factory_impl_request.cc 12 #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,
http_stream_factory_impl_job.cc 37 #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
    [all...]
http_stream_factory_impl_request.h 60 const base::WeakPtr<SpdySession>& spdy_session,
http_stream_factory_impl_unittest.cc 31 #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::__anon13947::WebSocketSpdyHandshakeStream
272 const base::WeakPtr<SpdySession>& spdy_session,
274 return new WebSocketSpdyHandshakeStream(spdy_session);
    [all...]
  /external/chromium_org/net/websockets/
websocket_job.cc 18 #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/
ssl_client_socket_pool_unittest.cc 31 #include "net/spdy/spdy_session.h"
1314 base::WeakPtr<SpdySession> spdy_session = local
1371 base::WeakPtr<SpdySession> spdy_session = local
    [all...]
  /external/chromium_org/net/
net.target.darwin-arm.mk 459 net/spdy/spdy_session.cc \
net.target.darwin-arm64.mk 459 net/spdy/spdy_session.cc \
net.target.darwin-mips.mk 459 net/spdy/spdy_session.cc \
net.target.darwin-mips64.mk 459 net/spdy/spdy_session.cc \
net.target.darwin-x86.mk 459 net/spdy/spdy_session.cc \
net.target.darwin-x86_64.mk 459 net/spdy/spdy_session.cc \
net.target.linux-arm.mk 459 net/spdy/spdy_session.cc \
net.target.linux-arm64.mk 459 net/spdy/spdy_session.cc \
net.target.linux-mips.mk 459 net/spdy/spdy_session.cc \

Completed in 1131 milliseconds

1 2