Home
last modified time | relevance | path

Searched refs:kMinimumPayloadSizeWithTwoByteExtendedPayloadLength (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dwebsocket_resource.cc24 const size_t kMinimumPayloadSizeWithTwoByteExtendedPayloadLength = 126; variable
37 else if (payload_size > kMinimumPayloadSizeWithTwoByteExtendedPayloadLength) in GetFrameSize()