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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 168 void sendBytesData(const void*, size_t, ExceptionState&);
XMLHttpRequest.cpp 740 sendBytesData(body->data(), body->byteLength(), exceptionState);
749 sendBytesData(body->baseAddress(), body->byteLength(), exceptionState);
752 void XMLHttpRequest::sendBytesData(const void* data, size_t length, ExceptionState& exceptionState)
    [all...]

Completed in 22 milliseconds