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 178 void sendBytesData(const void*, size_t, ExceptionState&);
XMLHttpRequest.cpp 782 sendBytesData(body->data(), body->byteLength(), exceptionState);
791 sendBytesData(body->baseAddress(), body->byteLength(), exceptionState);
794 void XMLHttpRequest::sendBytesData(const void* data, size_t length, ExceptionState& exceptionState)
    [all...]

Completed in 697 milliseconds