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

  /external/chromium_org/net/websockets/
websocket_frame.cc 25 const uint64 kPayloadLengthWithTwoByteExtendedLengthField = 126;
123 second_byte |= kPayloadLengthWithTwoByteExtendedLengthField;
websocket_frame_parser.cc 29 const uint64 kPayloadLengthWithTwoByteExtendedLengthField = 126;
123 if (payload_length == kPayloadLengthWithTwoByteExtendedLengthField) {

Completed in 28 milliseconds