Lines Matching refs:SpdySession
98 // SpdySession errors
138 const base::WeakPtr<SpdySession>& session,
155 friend class SpdySession;
176 base::WeakPtr<SpdySession> session_;
186 class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
200 // Create a new SpdySession.
205 SpdySession(const SpdySessionKey& spdy_session_key,
219 virtual ~SpdySession();
348 // be destroyed right away, e.g. when a SpdySession function is
459 base::WeakPtr<SpdySession> GetWeakPtr();
465 friend class base::RefCounted<SpdySession>;
646 // SETTINGS control frame, update our SpdySession accordingly.
917 // SpdySession is refcounted because we don't need to keep the SpdySession
920 base::WeakPtrFactory<SpdySession> weak_factory_;
988 // Flag if we're using an SSL connection for this SpdySession.
1019 // SpdySession. It is used by the |Net.SpdySettingsCwnd...| histograms.