Searched refs:maxInputSampleSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.cpp94 static const size_t maxInputSampleSize = 128; member in namespace:WebCore
97 String s = String(p, std::min<size_t>(len, maxInputSampleSize));
98 if (len > maxInputSampleSize)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPParsers.cpp130 static const size_t maxInputSampleSize = 128; member in namespace:WebCore
133 String s = String(p, std::min<size_t>(length, maxInputSampleSize));
134 if (length > maxInputSampleSize)

Completed in 86 milliseconds