Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketHandshake.cpp104 static const size_t maxInputSampleSize = 128; variable
107 String s = String(p, std::min<size_t>(len, maxInputSampleSize)); in trimInputSample()
108 if (len > maxInputSampleSize) in trimInputSample()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DHTTPParsers.cpp129 static const size_t maxInputSampleSize = 128; variable
132 String s = String(p, std::min<size_t>(length, maxInputSampleSize)); in trimInputSample()
133 if (length > maxInputSampleSize) in trimInputSample()