Home
last modified time | relevance | path

Searched refs:sendBytesData (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.h178 void sendBytesData(const void*, size_t, ExceptionState&);
DXMLHttpRequest.cpp782 sendBytesData(body->data(), body->byteLength(), exceptionState); in send()
791 sendBytesData(body->baseAddress(), body->byteLength(), exceptionState); in send()
794 void XMLHttpRequest::sendBytesData(const void* data, size_t length, ExceptionState& exceptionState) in sendBytesData() function in WebCore::XMLHttpRequest