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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 80 request.setHTTPMethod("POST");
109 request.setHTTPMethod("POST");
CrossOriginAccessControl.cpp 113 preflightRequest.setHTTPMethod("OPTIONS");
FormSubmission.cpp 239 frameRequest.resourceRequest().setHTTPMethod("POST");
FrameLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.cpp 107 request->setHTTPMethod("GET");
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLRequest.h 133 WEBKIT_EXPORT void setHTTPMethod(const WebString&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebURLRequest.cpp 167 void WebURLRequest::setHTTPMethod(const WebString& httpMethod)
169 m_private->m_resourceRequest->setHTTPMethod(httpMethod);
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceRequest.cpp 43 request->setHTTPMethod(data->m_httpMethod);
146 void ResourceRequest::setHTTPMethod(const String& httpMethod)
ResourceRequest.h 121 void setHTTPMethod(const String& httpMethod);
  /external/chromium_org/content/renderer/pepper/
url_request_info_util.cc 133 dest->setHTTPMethod(WebString::fromUTF8(data->method));
  /external/chromium_org/content/public/test/
render_view_fake_resources_test.cc 129 request.setHTTPMethod(WebKit::WebString::fromUTF8("POST"));
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 92 request.setHTTPMethod("GET");
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 258 request.setHTTPMethod("GET");
InspectorResourceAgent.cpp 710 request.setHTTPMethod("GET");
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 295 request.setHTTPMethod("GET");
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 120 request.setHTTPMethod("GET");
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 332 newRequest.setHTTPMethod(XMLHttpRequest::uppercaseKnownHTTPMethod(method));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
AssociatedURLLoaderTest.cpp 199 request.setHTTPMethod(WebString::fromUTF8(unsafeMethod));
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 726 request.setHTTPMethod(WebString::fromUTF8(method));
    [all...]
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 342 form_request.setHTTPMethod("POST");
395 data_request.setHTTPMethod("POST");
    [all...]
render_view_impl.cc     [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 527 new_request.setHTTPMethod(request_.httpMethod());
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 724 request.setHTTPMethod(m_method);
    [all...]
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 600 new_request.setHTTPMethod(request_.httpMethod());

Completed in 948 milliseconds