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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h128 static bool isAllowedHTTPMethod(const String&);
H A DXMLHttpRequest.cpp470 bool XMLHttpRequest::isAllowedHTTPMethod(const String& method) function in class:WebCore::XMLHttpRequest
541 if (!isAllowedHTTPMethod(method)) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp333 allowLoad = isValidHTTPToken(method) && XMLHttpRequest::isAllowedHTTPMethod(method);

Completed in 144 milliseconds