Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdyStream

44 class SpdyStream;
76 scoped_refptr<SpdyStream>* spdy_stream,
84 scoped_refptr<SpdyStream>* spdy_stream,
89 void CancelPendingCreateStreams(const scoped_refptr<SpdyStream>* spdy_stream);
226 scoped_refptr<SpdyStream>* spdy_stream,
234 scoped_refptr<SpdyStream>* spdy_stream;
240 typedef std::map<int, scoped_refptr<SpdyStream> > ActiveStreamMap;
242 typedef std::map<std::string, scoped_refptr<SpdyStream> > PushedStreamMap;
254 typedef std::map<const scoped_refptr<SpdyStream>*, CallbackResultPair>
272 scoped_refptr<SpdyStream>* spdy_stream,
340 SpdyStream* stream);
343 void ActivateStream(SpdyStream* stream);
352 scoped_refptr<SpdyStream> GetActivePushStream(const std::string& url);
357 const scoped_refptr<SpdyStream> stream);
366 void InvokeUserStreamCreationCallback(scoped_refptr<SpdyStream>* stream);