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

  /external/chromium_org/net/websockets/
websocket_frame.cc 24 const uint64 kMaxPayloadLengthWithoutExtendedLengthField = 125;
71 if (header.payload_length > kMaxPayloadLengthWithoutExtendedLengthField &&
120 if (header.payload_length <= kMaxPayloadLengthWithoutExtendedLengthField) {
websocket_frame_parser.cc 28 const uint64 kMaxPayloadLengthWithoutExtendedLengthField = 125;
130 if (payload_length <= kMaxPayloadLengthWithoutExtendedLengthField)

Completed in 33 milliseconds