createDataChannel 63 Source/modules/mediastream/RTCDataChannel.cpp OwnPtr<blink::WebRTCDataChannelHandler> handler = adoptPtr(peerConnectionHandler->createDataChannel(label, init)); createDataChannel 100 Source/modules/mediastream/RTCPeerConnection.h PassRefPtr<RTCDataChannel> createDataChannel(String label, const Dictionary& dataChannelDict, ExceptionState&); createDataChannel 71 public/platform/WebRTCPeerConnectionHandler.h virtual WebRTCDataChannelHandler* createDataChannel(const WebString& label, const WebRTCDataChannelInit&) = 0;