Searched refs:setHTTPBody (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DBeaconLoader.cpp50 request.setHTTPBody(entityBody);
69 request.setHTTPBody(entityBody.release());
96 request.setHTTPBody(entityBody.release());
121 request.setHTTPBody(entityBody.release());
H A DPingLoader.cpp84 request.setHTTPBody(FormData::create("PING"));
113 request.setHTTPBody(report);
H A DFormSubmission.cpp275 frameRequest.resourceRequest().setHTTPBody(m_formData);
H A DDocumentLoader.cpp145 m_request.setHTTPBody(nullptr);
H A DFrameLoader.cpp801 request.setHTTPBody(formData);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebHistoryItem.h114 BLINK_EXPORT void setHTTPBody(const WebHTTPBody&);
/external/chromium_org/content/renderer/fetchers/
H A Dresource_fetcher_impl.cc60 request_.setHTTPBody(web_http_body);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURLRequest.cpp200 void WebURLRequest::setHTTPBody(const WebHTTPBody& httpBody) function in class:blink::WebURLRequest
202 m_private->m_resourceRequest->setHTTPBody(httpBody);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceRequestTest.cpp30 original.setHTTPBody(originalBody);
H A DResourceRequest.cpp48 request->setHTTPBody(data->m_httpBody);
237 void ResourceRequest::setHTTPBody(PassRefPtr<FormData> httpBody) function in class:blink::ResourceRequest
H A DResourceRequest.h138 void setHTTPBody(PassRefPtr<FormData> httpBody);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebHistoryItem.cpp197 void WebHistoryItem::setHTTPBody(const WebHTTPBody& httpBody) function in class:blink::WebHistoryItem
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLRequest.h167 BLINK_PLATFORM_EXPORT void setHTTPBody(const WebHTTPBody&);
/external/chromium_org/content/renderer/
H A Dhistory_serialization.cc160 item.setHTTPBody(http_body);
H A Drender_frame_impl.cc972 request.setHTTPBody(http_body);
/external/chromium_org/content/renderer/pepper/
H A Durl_request_info_util.cc209 dest->setHTTPBody(http_body);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchManager.cpp282 request.setHTTPBody(httpBody);
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCAppClient.m99 [request setHTTPBody:data];
/external/chromium_org/content/child/
H A Dweb_url_loader_impl.cc498 new_request.setHTTPBody(request_.httpBody());
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc648 request->setHTTPBody(http_body);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp842 request.setHTTPBody(httpBody);

Completed in 8014 milliseconds