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

1 2

  /external/chromium_org/net/websockets/
websocket_handshake_stream_base.h 25 class SpdySession;
55 const base::WeakPtr<SpdySession>& session,
websocket_handshake_stream_create_helper.cc 53 const base::WeakPtr<SpdySession>& session,
websocket_handshake_stream_create_helper.h 45 const base::WeakPtr<SpdySession>& session,
  /external/chromium_org/net/spdy/
spdy_session_pool.h 36 class SpdySession;
84 // Returns the new SpdySession. Note that the SpdySession begins reading from
87 base::WeakPtr<SpdySession> CreateAvailableSessionFromSocket(
95 base::WeakPtr<SpdySession> FindAvailableSession(const SpdySessionKey& key,
102 const base::WeakPtr<SpdySession>& available_session);
107 const base::WeakPtr<SpdySession>& unavailable_session);
153 typedef std::set<SpdySession*> SessionSet;
154 typedef std::vector<base::WeakPtr<SpdySession> > WeakSessionList;
155 typedef std::map<SpdySessionKey, base::WeakPtr<SpdySession> >
    [all...]
spdy_session.cc 459 const base::WeakPtr<SpdySession>& session,
533 SpdySession::ActiveStreamInfo::ActiveStreamInfo()
537 SpdySession::ActiveStreamInfo::ActiveStreamInfo(SpdyStream* stream)
542 SpdySession::ActiveStreamInfo::~ActiveStreamInfo() {}
544 SpdySession::PushedStreamInfo::PushedStreamInfo() : stream_id(0) {}
546 SpdySession::PushedStreamInfo::PushedStreamInfo(
552 SpdySession::PushedStreamInfo::~PushedStreamInfo() {}
555 bool SpdySession::CanPool(TransportSecurityState* transport_security_state,
590 SpdySession::SpdySession(
    [all...]
spdy_websocket_stream.h 24 // SpdySession. WebSocket's opening handshake is converted to SPDY's
61 SpdyWebSocketStream(const base::WeakPtr<SpdySession>& spdy_session,
93 const base::WeakPtr<SpdySession> spdy_session_;
spdy_session_pool.cc 88 base::WeakPtr<SpdySession> SpdySessionPool::CreateAvailableSessionFromSocket(
100 scoped_ptr<SpdySession> new_session(
101 new SpdySession(key,
119 base::WeakPtr<SpdySession> available_session = new_session->GetWeakPtr();
141 base::WeakPtr<SpdySession> SpdySessionPool::FindAvailableSession(
160 return base::WeakPtr<SpdySession>();
186 const base::WeakPtr<SpdySession>& available_session =
210 return base::WeakPtr<SpdySession>();
214 const base::WeakPtr<SpdySession>& available_session) {
227 const base::WeakPtr<SpdySession>& unavailable_session)
    [all...]
spdy_http_stream.h 26 class SpdySession;
29 // The SpdyHttpStream is a HTTP-specific type of stream known to a SpdySession.
34 SpdyHttpStream(const base::WeakPtr<SpdySession>& spdy_session, bool direct);
62 // Must not be called if a NULL SpdySession was pssed into the
111 const base::WeakPtr<SpdySession> spdy_session_;
spdy_test_util_common.h 39 class SpdySession;
117 const base::WeakPtr<SpdySession>& session,
220 SpdySession::TimeFunc time_func;
250 base::WeakPtr<SpdySession> CreateInsecureSpdySession(
259 base::WeakPtr<SpdySession> TryCreateInsecureSpdySessionExpectingFailure(
266 base::WeakPtr<SpdySession> CreateSecureSpdySession(
274 base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool,
282 base::WeakPtr<SpdySession> TryCreateFakeSpdySessionExpectingFailure(
spdy_session_pool_unittest.cc 116 base::WeakPtr<SpdySession> session =
119 // Flush the SpdySession::OnReadComplete() task.
161 base::WeakPtr<SpdySession> session1 =
175 base::WeakPtr<SpdySession> session2 =
189 base::WeakPtr<SpdySession> session3 =
287 base::WeakPtr<SpdySession> session =
290 // Flush the SpdySession::OnReadComplete() task.
377 base::WeakPtr<SpdySession> session =
381 // Flush the SpdySession::OnReadComplete() task.
401 base::WeakPtr<SpdySession> session2
    [all...]
spdy_session_unittest.cc 56 void StallSessionOnly(SpdySession* session, SpdyStream* stream) {
60 void StallStreamOnly(SpdySession* session, SpdyStream* stream) {
64 void StallSessionStream(SpdySession* session, SpdyStream* stream) {
69 void StallStreamSession(SpdySession* session, SpdyStream* stream) {
74 void UnstallSessionOnly(SpdySession* session,
80 void UnstallStreamOnly(SpdySession* session,
86 void UnstallSessionStream(SpdySession* session,
93 void UnstallStreamSession(SpdySession* session,
140 void StallSessionSend(SpdySession* session) {
148 void UnstallSessionSend(SpdySession* session, int32 delta_window_size)
    [all...]
spdy_session.h 109 // SpdySession errors
163 const base::WeakPtr<SpdySession>& session,
180 friend class SpdySession;
200 base::WeakPtr<SpdySession> session_;
212 class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
233 // Create a new SpdySession.
238 SpdySession(const SpdySessionKey& spdy_session_key,
253 virtual ~SpdySession();
289 // iteration, so the SpdySession may close immediately afterwards if the first
379 // be destroyed right away, e.g. when a SpdySession function i
    [all...]
spdy_stream.h 37 class SpdySession;
65 // The SpdyStream is used by the SpdySession to represent each stream known
66 // on the SpdySession. This class provides interfaces for SpdySession to use.
68 // are initiated by the client, both the SpdySession and client object (such as
70 // initiated by the server, only the SpdySession will maintain any reference,
162 const base::WeakPtr<SpdySession>& session,
286 // Called at most once by the SpdySession when the initial response
294 // Called by the SpdySession (only after
301 // Called by the SpdySession when a frame carrying request headers opening
    [all...]
spdy_stream_unittest.cc 53 base::WeakPtr<SpdySession> CreateDefaultSpdySession() {
149 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession());
189 base::WeakPtr<SpdySession> spdy_session(CreateDefaultSpdySession());
267 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession());
349 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession());
410 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession());
468 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession());
526 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession());
601 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession());
681 base::WeakPtr<SpdySession> session(CreateDefaultSpdySession())
    [all...]
spdy_stream.cc 81 const base::WeakPtr<SpdySession>& session,
217 DCHECK_GE(session_->flow_control_state(), SpdySession::FLOW_CONTROL_STREAM);
237 DCHECK_GE(session_->flow_control_state(), SpdySession::FLOW_CONTROL_STREAM);
252 DCHECK_GE(session_->flow_control_state(), SpdySession::FLOW_CONTROL_STREAM);
283 DCHECK_GE(session_->flow_control_state(), SpdySession::FLOW_CONTROL_STREAM);
308 DCHECK_GE(session_->flow_control_state(), SpdySession::FLOW_CONTROL_STREAM);
315 DCHECK_GE(session_->flow_control_state(), SpdySession::FLOW_CONTROL_STREAM);
345 DCHECK_GE(session_->flow_control_state(), SpdySession::FLOW_CONTROL_STREAM);
391 // SpdySession guarantees that this is called at most once.
514 if (session_->flow_control_state() >= SpdySession::FLOW_CONTROL_STREAM)
    [all...]
spdy_websocket_stream.cc 21 const base::WeakPtr<SpdySession>& spdy_session, Delegate* delegate)
spdy_test_util_common.cc 280 const base::WeakPtr<SpdySession>& session,
519 base::WeakPtr<SpdySession> CreateSpdySessionHelper(
570 base::WeakPtr<SpdySession> spdy_session =
581 base::WeakPtr<SpdySession> CreateInsecureSpdySession(
589 base::WeakPtr<SpdySession> TryCreateInsecureSpdySessionExpectingFailure(
599 base::WeakPtr<SpdySession> CreateSecureSpdySession(
664 base::WeakPtr<SpdySession> CreateFakeSpdySessionHelper(
673 base::WeakPtr<SpdySession> spdy_session =
684 base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool,
689 base::WeakPtr<SpdySession> TryCreateFakeSpdySessionExpectingFailure
    [all...]
  /external/chromium_org/net/test/
run_all_unittests.cc 27 using net::SpdySession;
  /external/chromium_org/net/http/
http_stream_factory_impl.h 24 class SpdySession;
86 // Called when a SpdySession is ready. It will find appropriate Requests and
89 void OnNewSpdySessionReady(const base::WeakPtr<SpdySession>& spdy_session,
http_stream_factory_impl_job.h 121 // existing SpdySession. In that case, the http and npn-spdy jobs will race.
182 int SetSpdyHttpStream(base::WeakPtr<SpdySession> session, bool direct);
326 // Initialized when we create a new SpdySession.
327 base::WeakPtr<SpdySession> new_spdy_session_;
329 // Initialized when we have an existing SpdySession.
330 base::WeakPtr<SpdySession> existing_spdy_session_;
http_stream_factory_impl_request.h 20 class SpdySession;
57 // Called by an attached Job if it sets up a SpdySession.
60 const base::WeakPtr<SpdySession>& spdy_session,
http_network_transaction.h 35 class SpdySession;
http_stream_factory_impl.cc 257 const base::WeakPtr<SpdySession>& spdy_session,
http_stream_factory_impl_job.cc 336 // NULL at this point if the SpdySession closed immediately after creation.
337 base::WeakPtr<SpdySession> spdy_session = new_spdy_session_;
780 base::WeakPtr<SpdySession> spdy_session =
784 // If we're preconnecting, but we already have a SpdySession, we don't
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job_unittest.cc 243 WebSocketHandshakeStreamBase*(const base::WeakPtr<SpdySession>&,

Completed in 712 milliseconds

1 2