Lines Matching full:frames
38 // which begins with |frames[frame_index]| or not.
39 // |frames[(frame_index + 1):]| consists of future frames if any.
40 // |frames[frame_index]| must be the first frame of a data message,
41 // but future frames may contain control message frames.
42 // |frames[frame_index]| cannot be recorded yet and all preceding
43 // data frames have to be already recorded when this method is called.
45 const std::vector<std::unique_ptr<WebSocketFrame>>& frames,
49 // Only data frames should be recorded. Do not pass control frames' data.
50 // All input data frames for the stream must be recorded in order.
54 // Only data frames should be recorded. Do not pass control frames' data.
55 // All data frames written by the stream must be recorded in order