Searched refs:STREAM_FRAME (Results 1 – 9 of 9) sorted by relevance
281 !queued_frames_.empty() && queued_frames_.back().type == STREAM_FRAME; in BytesFree()434 if (!queued_frames_.empty() && queued_frames_.back().type == STREAM_FRAME) { in AddFrame()441 if (frame.type == STREAM_FRAME) { in AddFrame()464 if (queued_frames_[i].type == STREAM_FRAME && in MaybeAddPadding()
88 if (it->type == STREAM_FRAME && it->stream_frame->notifier != NULL) { in OnSerializedPacket()
378 case STREAM_FRAME: in ~RetransmittableFrames()417 DCHECK_NE(frame.type, STREAM_FRAME); in AddNonStreamFrame()
35 case STREAM_FRAME: in ~QuicPacketGenerator()
148 STREAM_FRAME, enumerator716 : type(STREAM_FRAME), in QuicFrame()
57 EXPECT_EQ(STREAM_FRAME, frame.type); in CheckStreamFrame()610 EXPECT_EQ(STREAM_FRAME, retransmittable->frames()[0].type); in TEST_P()
220 case STREAM_FRAME: in OnFrameAddedToPacket()
309 case STREAM_FRAME: in BuildDataPacket()1608 case STREAM_FRAME: in ComputeFrameLength()1677 case STREAM_FRAME: { in AppendTypeByte()
159 if (retransmittable_frames->frames()[i].type == STREAM_FRAME && in HasCryptoHandshake()