OpCodeContinuation  575 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (m_hasContinuousFrame && frame.opCode != WebSocketFrame::OpCodeContinuation && !WebSocketFrame::isControlOpCode(frame.opCode)) {
OpCodeContinuation  583 Source/modules/websockets/MainThreadWebSocketChannel.cpp     case WebSocketFrame::OpCodeContinuation:
OpCodeContinuation   56 Source/modules/websockets/WebSocketFrame.h     static bool isNonControlOpCode(OpCode opCode) { return opCode == OpCodeContinuation || opCode == OpCodeText || opCode == OpCodeBinary; }
OpCodeContinuation  112 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         WebSocketFrame::OpCode opcode = !i ? text : WebSocketFrame::OpCodeContinuation;
OpCodeContinuation  125 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         WebSocketFrame::OpCode opcode = !i ? text : WebSocketFrame::OpCodeContinuation;
OpCodeContinuation  159 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final);
OpCodeContinuation  179 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final);
OpCodeContinuation  235 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     WebSocketFrame::OpCode continuation = WebSocketFrame::OpCodeContinuation;
OpCodeContinuation  267 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     WebSocketFrame::OpCode continuation = WebSocketFrame::OpCodeContinuation;
OpCodeContinuation  300 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     WebSocketFrame::OpCode continuation = WebSocketFrame::OpCodeContinuation;