Lines Matching refs:current_control_frame
941 SpdyControlFrame current_control_frame(current_frame_buffer_, false); in ProcessControlFrameHeader() local
945 if (current_control_frame.version() != spdy_version_) { in ProcessControlFrameHeader()
954 if (!current_control_frame.AppearsToBeAValidControlFrame()) { in ProcessControlFrameHeader()
960 switch (current_control_frame.type()) { in ProcessControlFrameHeader()
962 if (current_control_frame.length() < in ProcessControlFrameHeader()
967 if (current_control_frame.length() < in ProcessControlFrameHeader()
972 if (current_control_frame.length() != in ProcessControlFrameHeader()
977 if (current_control_frame.length() < in ProcessControlFrameHeader()
988 if (current_control_frame.length() != in ProcessControlFrameHeader()
993 if (current_control_frame.length() < in ProcessControlFrameHeader()
998 if (current_control_frame.length() != in ProcessControlFrameHeader()
1003 if (current_control_frame.length() != in ProcessControlFrameHeader()
1009 << current_control_frame.type(); in ProcessControlFrameHeader()
1015 remaining_control_payload_ = current_control_frame.length(); in ProcessControlFrameHeader()