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

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 91 static const size_t maxInputSampleSize = 128;
94 if (len > maxInputSampleSize)
95 return String(p, maxInputSampleSize) + horizontalEllipsis;
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 130 static const size_t maxInputSampleSize = 128;
133 if (length > maxInputSampleSize)
134 return String(p, maxInputSampleSize) + horizontalEllipsis;

Completed in 193 milliseconds