Home
last modified time | relevance | path

Searched defs:maxRetransmitTime (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddatachannelinterface.h55 int maxRetransmitTime; // The max period of time in milliseconds in which member
120 virtual uint16 maxRetransmitTime() const { return 0; } in maxRetransmitTime() function
Ddatachannel.h117 virtual uint16 maxRetransmitTime() const { in maxRetransmitTime() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebRTCDataChannelInit.h47 int maxRetransmitTime; member
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_webrtc_data_channel_handler.cc65 unsigned short MockWebRTCDataChannelHandler::maxRetransmitTime() const { in maxRetransmitTime() function in content::MockWebRTCDataChannelHandler
/external/chromium_org/content/renderer/media/
Drtc_data_channel_handler.cc80 unsigned short RtcDataChannelHandler::maxRetransmitTime() const { in maxRetransmitTime() function in content::RtcDataChannelHandler
Dmock_peer_connection_impl.cc112 virtual unsigned short maxRetransmitTime() const OVERRIDE { in maxRetransmitTime() function in content::MockDataChannel
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCDataChannel.mm87 - (NSInteger)maxRetransmitTime { method
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCDataChannel.cpp107 unsigned short RTCDataChannel::maxRetransmitTime() const in maxRetransmitTime() function in blink::RTCDataChannel