Searched refs:createDataChannel (Results 1 – 13 of 13) sorted by relevance
74 …virtual WebRTCDataChannelHandler* createDataChannel(const WebString& label, const WebRTCDataChanne…
65 virtual blink::WebRTCDataChannelHandler* createDataChannel(
300 WebRTCDataChannelHandler* MockWebRTCPeerConnectionHandler::createDataChannel( in createDataChannel() function in content::MockWebRTCPeerConnectionHandler
127 public native DataChannel createDataChannel( in createDataChannel() method in PeerConnection
105 …RTCDataChannel* createDataChannel(String label, const Dictionary& dataChannelDict, ExceptionState&…
63 …OwnPtr<WebRTCDataChannelHandler> handler = adoptPtr(peerConnectionHandler->createDataChannel(label… in create()
70 …[RaisesException] RTCDataChannel createDataChannel([TreatUndefinedAs=NullString] DOMString? label,…
545 RTCDataChannel* RTCPeerConnection::createDataChannel(String label, const Dictionary& options, Excep… in createDataChannel() function in blink::RTCPeerConnection
154 virtual blink::WebRTCDataChannelHandler* createDataChannel( in NON_EXPORTED_BASE()
791 blink::WebRTCDataChannelHandler* RTCPeerConnectionHandler::createDataChannel( in createDataChannel() function in content::RTCPeerConnectionHandler
851 pc_handler_->createDataChannel("d1", blink::WebRTCDataChannelInit())); in TEST_F()
269 DataChannel dc = pc.createDataChannel("dcLabel", new DataChannel.Init()); in createDataChannelToRegressionTestBug2302()
572 DataChannel offeringDC = offeringPC.createDataChannel(