Home | History | Annotate | Download | only in spdy

Lines Matching refs:ConstructSpdySyn

950   return ConstructSpdySyn(
968 return ConstructSpdySyn(stream_id, block, request_priority, compressed, true);
982 return ConstructSpdySyn(stream_id, block, priority, false, false);
1102 SpdyFrame* SpdyTestUtil::ConstructSpdySyn(int stream_id,
1186 return ConstructSpdySyn(stream_id, *block, priority, false, false);
1199 return ConstructSpdySyn(1, block, LOWEST, false, false);