Searched refs:WebRTCDataChannelHandler (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCDataChannelHandler.h36 class WebRTCDataChannelHandler { class in namespace:blink
38 virtual ~WebRTCDataChannelHandler() { }
H A DWebRTCPeerConnectionHandlerClient.h37 class WebRTCDataChannelHandler;
79 virtual void didAddRemoteDataChannel(WebRTCDataChannelHandler*) = 0;
H A DWebRTCPeerConnectionHandler.h41 class WebRTCDataChannelHandler;
74 virtual WebRTCDataChannelHandler* createDataChannel(const WebString& label, const WebRTCDataChannelInit&) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannel.h31 #include "public/platform/WebRTCDataChannelHandler.h"
39 class WebRTCDataChannelHandler;
51 static RTCDataChannel* create(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelHandler>);
94 RTCDataChannel(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelHandler>);
107 OwnPtr<WebRTCDataChannelHandler> m_handler;
H A DRTCDataChannel.cpp55 RTCDataChannel* RTCDataChannel::create(ExecutionContext* context, RTCPeerConnection* connection, PassOwnPtr<WebRTCDataChannelHandler> handler)
63 OwnPtr<WebRTCDataChannelHandler> handler = adoptPtr(peerConnectionHandler->createDataChannel(label, init));
71 RTCDataChannel::RTCDataChannel(ExecutionContext* context, RTCPeerConnection* connection, PassOwnPtr<WebRTCDataChannelHandler> handler)
H A DRTCPeerConnection.h131 virtual void didAddRemoteDataChannel(WebRTCDataChannelHandler*) OVERRIDE;
H A DRTCPeerConnection.cpp62 #include "public/platform/WebRTCDataChannelHandler.h"
685 void RTCPeerConnection::didAddRemoteDataChannel(WebRTCDataChannelHandler* handler)
/external/chromium_org/content/renderer/media/
H A Dmock_web_rtc_peer_connection_handler_client.h37 void(blink::WebRTCDataChannelHandler*));
H A Drtc_data_channel_handler.h12 #include "third_party/WebKit/public/platform/WebRTCDataChannelHandler.h"
24 : NON_EXPORTED_BASE(public blink::WebRTCDataChannelHandler),
31 // blink::WebRTCDataChannelHandler implementation.
H A Drtc_peer_connection_handler.h22 class WebRTCDataChannelHandler;
154 virtual blink::WebRTCDataChannelHandler* createDataChannel(
H A Drtc_peer_connection_handler.cc791 blink::WebRTCDataChannelHandler* RTCPeerConnectionHandler::createDataChannel(
H A Drtc_peer_connection_handler_unittest.cc34 #include "third_party/WebKit/public/platform/WebRTCDataChannelHandler.h"
850 scoped_ptr<blink::WebRTCDataChannelHandler> channel(
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_data_channel_handler.h10 #include "third_party/WebKit/public/platform/WebRTCDataChannelHandler.h"
18 class MockWebRTCDataChannelHandler : public blink::WebRTCDataChannelHandler {
24 // WebRTCDataChannelHandler related methods
H A Dmock_webrtc_peer_connection_handler.h65 virtual blink::WebRTCDataChannelHandler* createDataChannel(
H A Dmock_webrtc_peer_connection_handler.cc134 WebRTCDataChannelHandler* remote_data_channel =
300 WebRTCDataChannelHandler* MockWebRTCPeerConnectionHandler::createDataChannel(

Completed in 208 milliseconds