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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 120 static bool isAllowedHTTPHeader(const String&);
XMLHttpRequest.cpp 439 bool XMLHttpRequest::isAllowedHTTPHeader(const String& name)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 78 m_isSafe = m_isSafe && isValidHTTPToken(name) && XMLHttpRequest::isAllowedHTTPHeader(name) && isValidHTTPHeaderValue(value);

Completed in 127 milliseconds