Searched refs:isAllowedHTTPMethod (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.h128 static bool isAllowedHTTPMethod(const String&);
H A DXMLHttpRequest.cpp388 bool XMLHttpRequest::isAllowedHTTPMethod(const String& method) function in class:WebCore::XMLHttpRequest
483 if (!isAllowedHTTPMethod(method)) {

Completed in 120 milliseconds