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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.h 91 PLATFORM_EXPORT bool isValidHTTPHeaderValue(const String&);
HTTPParsers.cpp 105 bool isValidHTTPHeaderValue(const String& name)
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 76 m_isSafe = m_isSafe && isValidHTTPToken(name) && XMLHttpRequest::isAllowedHTTPHeader(name) && isValidHTTPHeaderValue(value);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp     [all...]

Completed in 265 milliseconds