HomeSort by relevance Sort by last modified time
    Searched refs:RtcDataChannelHandler (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/media/
rtc_data_channel_handler.cc 35 RtcDataChannelHandler::RtcDataChannelHandler(
58 RtcDataChannelHandler::~RtcDataChannelHandler() {
63 void RtcDataChannelHandler::setClient(
68 blink::WebString RtcDataChannelHandler::label() {
72 bool RtcDataChannelHandler::isReliable() {
76 bool RtcDataChannelHandler::ordered() const {
80 unsigned short RtcDataChannelHandler::maxRetransmitTime() const {
84 unsigned short RtcDataChannelHandler::maxRetransmits() const
    [all...]
rtc_data_channel_handler.h 17 // RtcDataChannelHandler is a delegate for the RTC PeerConnection DataChannel
23 class CONTENT_EXPORT RtcDataChannelHandler
28 explicit RtcDataChannelHandler(webrtc::DataChannelInterface* channel);
29 virtual ~RtcDataChannelHandler();
rtc_peer_connection_handler.cc 757 return new RtcDataChannelHandler(webrtc_channel);
    [all...]

Completed in 73 milliseconds