HomeSort by relevance Sort by last modified time
    Searched refs:uppercaseKnownHTTPMethod (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 135 static AtomicString uppercaseKnownHTTPMethod(const AtomicString&);
XMLHttpRequest.cpp 505 AtomicString XMLHttpRequest::uppercaseKnownHTTPMethod(const AtomicString& method)
600 m_method = uppercaseKnownHTTPMethod(method);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 333 newRequest.setHTTPMethod(XMLHttpRequest::uppercaseKnownHTTPMethod(method));

Completed in 38 milliseconds