Home | History | Annotate | Download | only in websockets

Lines Matching defs:frames_

134   // Return a pointer to the frames_ for write purposes.
135 ScopedVector<WebSocketFrame>* frames() { return &frames_; }
138 // The frames_ that will be sent in the next call to WriteFrames().
139 ScopedVector<WebSocketFrame> frames_;
141 // The total size of the payload data in |frames_|. This will be used to
149 frames_.push_back(frame.release());