Lines Matching refs:spdy
5 #include "net/spdy/spdy_http_stream.h"
21 #include "net/spdy/spdy_http_utils.h"
22 #include "net/spdy/spdy_session.h"
149 // Note: the not_reusable flag has no meaning for SPDY streams.
177 // SPDY doesn't need an indicator here.
181 // SPDY streams aren't considered reusable.
199 linked_ptr<spdy::SpdyHeaderBlock> headers(new spdy::SpdyHeaderBlock);
290 eof ? spdy::DATA_FLAG_FIN : spdy::DATA_FLAG_NONE);
306 int SpdyHttpStream::OnResponseReceived(const spdy::SpdyHeaderBlock& response,