Home | History | Annotate | Download | only in websockets

Lines Matching defs:ReadFrames

454   // If current_receive_quota_ == 0 then there is no pending ReadFrames()
461 AllowUnused(ReadFrames());
571 AllowUnused(ReadFrames());
690 ChannelState WebSocketChannel::ReadFrames() {
696 result = stream_->ReadFrames(
716 // ReadFrames() must use ERR_CONNECTION_CLOSED for a closed connection
719 << "ReadFrames() returned OK, but nothing was read.";
727 // There should always be a call to ReadFrames pending.
731 return ReadFrames();
744 << "ReadFrames() should only return OK or ERR_ codes";