Searched defs:maxRetransmitTime (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCDataChannelInit.h42 , maxRetransmitTime(-1)
47 int maxRetransmitTime; member in struct:blink::WebRTCDataChannelInit
/external/chromium_org/content/renderer/media/
H A Drtc_data_channel_handler.cc44 unsigned short RtcDataChannelHandler::maxRetransmitTime() const { function in class:content::RtcDataChannelHandler
45 return channel_->maxRetransmitTime();
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
H A DRTCDataChannelHandler.cpp66 unsigned short RTCDataChannelHandler::maxRetransmitTime() const function in class:WebCore::RTCDataChannelHandler
68 return m_webHandler->maxRetransmitTime();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebRTCDataChannelHandler.cpp62 m_reliable = (init.ordered && init.maxRetransmits == -1 && init.maxRetransmitTime == -1);
77 unsigned short MockWebRTCDataChannelHandler::maxRetransmitTime() const function in class:WebTestRunner::MockWebRTCDataChannelHandler
79 return m_init.maxRetransmitTime;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannelinterface.h47 maxRetransmitTime(-1),
55 int maxRetransmitTime; // The max period of time in milliseconds in which member in struct:webrtc::DataChannelInit
118 virtual uint16 maxRetransmitTime() const { return 0; } function in class:webrtc::DataChannelInterface
H A Ddatachannel.h98 virtual uint16 maxRetransmitTime() const { function in class:webrtc::DataChannel
99 return config_.maxRetransmitTime;
213 PROXY_CONSTMETHOD0(uint16, maxRetransmitTime)
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannel.cpp103 unsigned short RTCDataChannel::maxRetransmitTime() const function in class:WebCore::RTCDataChannel
105 return m_handler->maxRetransmitTime();

Completed in 133 milliseconds