Home
last modified time | relevance | path

Searched refs:isAllowedHTTPMethod (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.h134 static bool isAllowedHTTPMethod(const String&);
DXMLHttpRequest.cpp498 bool XMLHttpRequest::isAllowedHTTPMethod(const String& method) in isAllowedHTTPMethod() function in WebCore::XMLHttpRequest
569 if (!isAllowedHTTPMethod(method)) { in open()
/external/chromium_org/third_party/WebKit/Source/web/
DAssociatedURLLoader.cpp331 allowLoad = isValidHTTPToken(method) && XMLHttpRequest::isAllowedHTTPMethod(method); in loadAsynchronously()
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt960 0.12^3579555^HTMLParserThrea^chrome ^[.] WebCore::XMLHttpRequest::isAllowedHTTPMethod
962 --- WebCore::XMLHttpRequest::isAllowedHTTPMethod(WTF::String const&)