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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h129 static AtomicString uppercaseKnownHTTPMethod(const AtomicString&);
H A DXMLHttpRequest.cpp477 AtomicString XMLHttpRequest::uppercaseKnownHTTPMethod(const AtomicString& method) function in class:WebCore::XMLHttpRequest
574 m_method = uppercaseKnownHTTPMethod(method);
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp335 newRequest.setHTTPMethod(XMLHttpRequest::uppercaseKnownHTTPMethod(method));

Completed in 106 milliseconds