Searched refs:setHTTPContentType (Results 1 – 8 of 8) sorted by relevance
51 request.setHTTPContentType("text/plain;charset=UTF-8"); in sendBeacon()73 request.setHTTPContentType(contentType); in sendBeacon()101 request.setHTTPContentType(AtomicString(contentType)); in sendBeacon()122 request.setHTTPContentType(contentType); in sendBeacon()
83 request.setHTTPContentType("text/ping"); in sendLinkAuditPing()112 …request.setHTTPContentType(type == ContentSecurityPolicyViolationReport ? "application/csp-report"… in sendViolationReport()
279 frameRequest.resourceRequest().setHTTPContentType(m_contentType); in populateFrameLoadRequest()281 … frameRequest.resourceRequest().setHTTPContentType(m_contentType + "; boundary=" + m_boundary); in populateFrameLoadRequest()
802 request.setHTTPContentType(item->formContentType()); in requestFromHistoryItem()
111 BLINK_EXPORT void setHTTPContentType(const WebString&);
187 void WebHistoryItem::setHTTPContentType(const WebString& httpContentType) in setHTTPContentType() function in blink::WebHistoryItem
118 …void setHTTPContentType(const AtomicString& httpContentType) { setHTTPHeaderField("Content-Type", … in setHTTPContentType() function
153 item.setHTTPContentType(state.http_body.http_content_type); in RecursivelyGenerateHistoryItem()