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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 131 static String trimInputSample(const char* p, size_t length)
616 failureReason = "Unexpected CR in name at " + trimInputSample(&s[nameBegin], i - nameBegin);
619 failureReason = "Unexpected LF in name at " + trimInputSample(&s[nameBegin], i - nameBegin);
650 failureReason = "Unexpected LF in value at " + trimInputSample(&s[valueBegin], i - valueBegin);
661 failureReason = "LF doesn't follow CR after value at " + trimInputSample(&s[i + 1], size - i - 1);
687 failureReason = "LF doesn't follow CR at " + trimInputSample(0, size);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 92 static String trimInputSample(const char* p, size_t len)
424 m_failureReason = formatHandshakeFailureReason("No response code found in status line: " + trimInputSample(header, lineLength - 2));

Completed in 721 milliseconds