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 119 static String uppercaseKnownHTTPMethod(const String&);
XMLHttpRequest.cpp 427 String XMLHttpRequest::uppercaseKnownHTTPMethod(const String& method)
507 m_method = uppercaseKnownHTTPMethod(method);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 332 newRequest.setHTTPMethod(XMLHttpRequest::uppercaseKnownHTTPMethod(method));

Completed in 31 milliseconds