Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCPeerConnection.cpp324 void RTCPeerConnection::addIceCandidate(RTCIceCandidate* iceCandidate, ExceptionState& exceptionSta… in addIceCandidate()
339 void RTCPeerConnection::addIceCandidate(RTCIceCandidate* iceCandidate, PassOwnPtr<VoidCallback> suc… in addIceCandidate()
582 RefPtrWillBeRawPtr<RTCIceCandidate> iceCandidate = RTCIceCandidate::create(webCandidate); in didGenerateICECandidate() local