Lines Matching refs:SpdySynReplyControlFrame
338 SpdySynReplyControlFrame syn_frame(decompressed_frame->data(), false); in ParseHeaderBlock()
581 SpdySynReplyControlFrame* SpdyFramer::CreateSynReply(SpdyStreamId stream_id, in CreateSynReply()
612 scoped_ptr<SpdySynReplyControlFrame> reply_frame( in CreateSynReply()
613 reinterpret_cast<SpdySynReplyControlFrame*>(frame.take())); in CreateSynReply()
615 return reinterpret_cast<SpdySynReplyControlFrame*>( in CreateSynReply()
972 SpdySynReplyControlFrame::size() - SpdyControlFrame::size()) in ProcessControlFrameHeader()
1046 visitor_->OnStreamFrameData(reinterpret_cast<SpdySynReplyControlFrame*>( in ProcessControlFramePayload()
1352 return SpdySynReplyControlFrame::size(); in GetMinimumControlFrameSize()
1385 stream_id = reinterpret_cast<const SpdySynReplyControlFrame*>( in GetControlFrameStreamId()
1679 const SpdySynReplyControlFrame& syn_frame = in GetFrameBoundaries()
1680 reinterpret_cast<const SpdySynReplyControlFrame&>(frame); in GetFrameBoundaries()
1681 frame_size = SpdySynReplyControlFrame::size(); in GetFrameBoundaries()