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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCDataChannelInit.h 42 , maxRetransmitTime(-1)
47 int maxRetransmitTime;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_data_channel_handler.cc 42 init.maxRetransmitTime == -1);
65 unsigned short MockWebRTCDataChannelHandler::maxRetransmitTime() const {
66 return init_.maxRetransmitTime;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCDataChannel.h 94 @property(nonatomic, readonly) NSUInteger maxRetransmitTime;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannelinterface.h 47 maxRetransmitTime(-1),
55 int maxRetransmitTime; // The max period of time in milliseconds in which
120 virtual uint16 maxRetransmitTime() const { return 0; }
datachannel.h 117 virtual uint16 maxRetransmitTime() const {
118 return config_.maxRetransmitTime;
260 PROXY_CONSTMETHOD0(uint16, maxRetransmitTime)
  /external/chromium_org/content/renderer/media/
rtc_data_channel_handler.cc 54 maxRetransmitTime(), 0,
80 unsigned short RtcDataChannelHandler::maxRetransmitTime() const {
81 return channel_->maxRetransmitTime();
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.cpp 107 unsigned short RTCDataChannel::maxRetransmitTime() const
109 return m_handler->maxRetransmitTime();

Completed in 266 milliseconds