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

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidate.h 54 void setSdpMLineIndex(unsigned short);
RTCIceCandidate.cpp 99 void RTCIceCandidate::setSdpMLineIndex(unsigned short sdpMLineIndex)
101 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);
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCICECandidate.h 66 BLINK_PLATFORM_EXPORT void setSdpMLineIndex(unsigned short);

Completed in 78 milliseconds