HomeSort by relevance Sort by last modified time
    Searched refs:OpCodeContinuation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.h 41 OpCodeContinuation = 0x0,
56 static bool isNonControlOpCode(OpCode opCode) { return opCode == OpCodeContinuation || opCode == OpCodeText || opCode == OpCodeBinary; }
WebSocketPerMessageDeflateTest.cpp 110 WebSocketFrame::OpCode opcode = !i ? text : WebSocketFrame::OpCodeContinuation;
123 WebSocketFrame::OpCode opcode = !i ? text : WebSocketFrame::OpCodeContinuation;
157 WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final);
177 WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final);
233 WebSocketFrame::OpCode continuation = WebSocketFrame::OpCodeContinuation;
265 WebSocketFrame::OpCode continuation = WebSocketFrame::OpCodeContinuation;
298 WebSocketFrame::OpCode continuation = WebSocketFrame::OpCodeContinuation;
323 WebSocketFrame::OpCode continuation = WebSocketFrame::OpCodeContinuation;
MainThreadWebSocketChannel.cpp 585 if (m_hasContinuousFrame && frame.opCode != WebSocketFrame::OpCodeContinuation && !WebSocketFrame::isControlOpCode(frame.opCode)) {
593 case WebSocketFrame::OpCodeContinuation:
    [all...]

Completed in 208 milliseconds