Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdyBuffer

293   // Creates and returns a SpdyBuffer holding a data frame with the
295 scoped_ptr<SpdyBuffer> CreateDataBuffer(SpdyStreamId stream_id,
825 // Called when bytes are consumed from a SpdyBuffer for a DATA frame
827 // window size accordingly if some or all of the SpdyBuffer is being
833 SpdyBuffer::ConsumeSource consume_source);
853 // Called when bytes are consumed by the delegate from a SpdyBuffer
859 SpdyBuffer::ConsumeSource consume_source);
979 scoped_ptr<SpdyBuffer> in_flight_write_;