Searched defs:setSdpMLineIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCIceCandidate.cpp99 void RTCIceCandidate::setSdpMLineIndex(unsigned short sdpMLineIndex) function in class:blink::RTCIceCandidate
101 m_webCandidate.setSdpMLineIndex(sdpMLineIndex);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebRTCICECandidate.cpp53 BLINK_PLATFORM_EXPORT void setSdpMLineIndex(unsigned short sdpMLineIndex) { m_sdpMLineIndex = sdpMLineIndex; } function in class:blink::FINAL
115 void WebRTCICECandidate::setSdpMLineIndex(unsigned short sdpMLineIndex) function in class:blink::WebRTCICECandidate
118 m_private->setSdpMLineIndex(sdpMLineIndex);

Completed in 1166 milliseconds