Home | History | Annotate | Download | only in websockets

Lines Matching refs:frames

125 // A class to encapsulate a set of frames and information about the size of
126 // those frames.
135 ScopedVector<WebSocketFrame>* frames() { return &frames_; }
632 data_being_sent_->frames(),
765 "A server must not mask any frames that it sends to the "