Searched defs:binaryType (Results 1 – 4 of 4) sorted by relevance
72 WebSocket::BinaryType WebSocketImpl::binaryType() const in binaryType() function in blink::WebSocketImpl77 bool WebSocketImpl::setBinaryType(BinaryType binaryType) in setBinaryType()
160 String RTCDataChannel::binaryType() const in binaryType() function in WebCore::RTCDataChannel172 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& exceptionState) in setBinaryType()
532 String WebSocket::binaryType() const in binaryType() function in WebCore::WebSocket544 void WebSocket::setBinaryType(const String& binaryType) in setBinaryType()
720 TEST_F(WebSocketTest, binaryType) in TEST_F() argument