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

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidate.cpp 101 void RTCIceCandidate::setSdpMLineIndex(unsigned short sdpMLineIndex)
103 m_webCandidate.setSdpMLineIndex(sdpMLineIndex);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCICECandidate.cpp 53 BLINK_PLATFORM_EXPORT void setSdpMLineIndex(unsigned short sdpMLineIndex) { m_sdpMLineIndex = sdpMLineIndex; }
115 void WebRTCICECandidate::setSdpMLineIndex(unsigned short sdpMLineIndex)
118 m_private->setSdpMLineIndex(sdpMLineIndex);

Completed in 81 milliseconds