Searched refs:isAllowedHTTPMethod (Results 1 – 4 of 4) sorted by relevance
134 static bool isAllowedHTTPMethod(const String&);
498 bool XMLHttpRequest::isAllowedHTTPMethod(const String& method) in isAllowedHTTPMethod() function in WebCore::XMLHttpRequest569 if (!isAllowedHTTPMethod(method)) { in open()
331 allowLoad = isValidHTTPToken(method) && XMLHttpRequest::isAllowedHTTPMethod(method); in loadAsynchronously()
960 0.12^3579555^HTMLParserThrea^chrome ^[.] WebCore::XMLHttpRequest::isAllowedHTTPMethod…962 --- WebCore::XMLHttpRequest::isAllowedHTTPMethod(WTF::String const&)