Searched defs:RtcDataChannelHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drtc_data_channel_handler.h17 // RtcDataChannelHandler is a delegate for the RTC PeerConnection DataChannel
23 class CONTENT_EXPORT RtcDataChannelHandler class in namespace:content
28 explicit RtcDataChannelHandler(webrtc::DataChannelInterface* channel);
29 virtual ~RtcDataChannelHandler();
H A Drtc_data_channel_handler.cc14 RtcDataChannelHandler::RtcDataChannelHandler( function in class:content::RtcDataChannelHandler
22 RtcDataChannelHandler::~RtcDataChannelHandler() {
27 void RtcDataChannelHandler::setClient(
32 WebKit::WebString RtcDataChannelHandler::label() {
36 bool RtcDataChannelHandler::isReliable() {
40 unsigned long RtcDataChannelHandler::bufferedAmount() {
44 bool RtcDataChannelHandler::sendStringData(const WebKit::WebString& data) {
51 bool RtcDataChannelHandler
[all...]

Completed in 69 milliseconds