Home | History | Annotate | Download | only in websockets

Lines Matching refs:SendFrame

353 void WebSocketChannel::SendFrame(bool fin,
361 LOG(DFATAL) << "Got SendFrame without a connection established; "
367 DVLOG(1) << "SendFrame called in state " << state_
372 NOTREACHED() << "SendFrame() called in state " << state_;
383 LOG(DFATAL) << "Got SendFrame with bogus op_code " << op_code