Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdySettingsControlFrame

639 SpdySettingsControlFrame* SpdyFramer::CreateSettings(
644 size_t settings_size = SpdySettingsControlFrame::size() - SpdyFrame::size() +
654 return reinterpret_cast<SpdySettingsControlFrame*>(frame.take());
752 bool SpdyFramer::ParseSettings(const SpdySettingsControlFrame* frame,
982 SpdySettingsControlFrame::size() - SpdyControlFrame::size())
1356 return SpdySettingsControlFrame::size();