Searched refs:setBinaryType (Results 1 – 9 of 9) sorted by relevance
84 virtual bool setBinaryType(BinaryType) = 0;
58 virtual bool setBinaryType(BinaryType) OVERRIDE;
77 bool WebSocketImpl::setBinaryType(BinaryType binaryType) in setBinaryType() function in blink::WebSocketImpl
71 void setBinaryType(const String&, ExceptionState&);
172 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& exceptionState) in setBinaryType() function in WebCore::RTCDataChannel
724 m_websocket->setBinaryType("hoge"); in TEST_F()728 m_websocket->setBinaryType("arraybuffer"); in TEST_F()732 m_websocket->setBinaryType("fuga"); in TEST_F()736 m_websocket->setBinaryType("blob"); in TEST_F()
98 void setBinaryType(const String&);
544 void WebSocket::setBinaryType(const String& binaryType) in setBinaryType() function in WebCore::WebSocket
266 websocket_->setBinaryType(WebSocket::BinaryTypeArrayBuffer); in OnHostMsgConnect()