Lines Matching full:spdy_stream
30 #include "net/spdy/spdy_stream.h"
382 scoped_refptr<SpdyStream>* spdy_stream,
387 return CreateStreamImpl(url, priority, spdy_stream, stream_net_log);
393 PendingCreateStream(url, priority, spdy_stream,
409 pending_create.spdy_stream,
411 scoped_refptr<SpdyStream>* stream = pending_create.spdy_stream;
428 const scoped_refptr<SpdyStream>* spdy_stream) {
429 PendingCallbackMap::iterator it = pending_callback_map_.find(spdy_stream);
441 if (pending_create.spdy_stream != spdy_stream)
455 scoped_refptr<SpdyStream>* spdy_stream,
471 *spdy_stream = new SpdyStream(this,
475 const scoped_refptr<SpdyStream>& stream = *spdy_stream;