Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdySynReplyControlFrame

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