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

  /external/chromium_org/content/renderer/media/
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_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...]

Completed in 344 milliseconds