Home
last modified time | relevance | path

Searched refs:SendBytesData (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xmlhttprequest/
H A Dxml_http_request.h233 void SendBytesData(const void*, size_t, ExceptionState&);
H A Dxml_http_request.cc932 SendBytesData(body->Data(), body->ByteLengthAsSizeT(), exception_state); in send()
939 SendBytesData(body->BaseAddress(), body->byteLengthAsSizeT(), in send()
943 void XMLHttpRequest::SendBytesData(const void* data, in SendBytesData() function in blink::XMLHttpRequest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xmlhttprequest/
H A Dxml_http_request.h234 void SendBytesData(const void*, size_t, ExceptionState&);
H A Dxml_http_request.cc926 SendBytesData(body->Data(), body->ByteLength(), exception_state); in send()
933 SendBytesData(body->BaseAddress(), body->byteLength(), exception_state); in send()
936 void XMLHttpRequest::SendBytesData(const void* data, in SendBytesData() function in blink::XMLHttpRequest