webCandidate 60 Source/modules/mediastream/RTCIceCandidate.cpp PassRefPtr<RTCIceCandidate> RTCIceCandidate::create(blink::WebRTCICECandidate webCandidate) webCandidate 62 Source/modules/mediastream/RTCIceCandidate.cpp return adoptRef(new RTCIceCandidate(webCandidate)); webCandidate 65 Source/modules/mediastream/RTCIceCandidate.cpp RTCIceCandidate::RTCIceCandidate(blink::WebRTCICECandidate webCandidate) webCandidate 66 Source/modules/mediastream/RTCIceCandidate.cpp : m_webCandidate(webCandidate) webCandidate 58 Source/modules/mediastream/RTCIceCandidate.h blink::WebRTCICECandidate webCandidate() const; webCandidate 322 Source/modules/mediastream/RTCPeerConnection.cpp bool valid = m_peerHandler->addICECandidate(iceCandidate->webCandidate()); webCandidate 341 Source/modules/mediastream/RTCPeerConnection.cpp bool implemented = m_peerHandler->addICECandidate(request.release(), iceCandidate->webCandidate()); webCandidate 560 Source/modules/mediastream/RTCPeerConnection.cpp void RTCPeerConnection::didGenerateICECandidate(const blink::WebRTCICECandidate& webCandidate) webCandidate 563 Source/modules/mediastream/RTCPeerConnection.cpp if (webCandidate.isNull()) webCandidate 566 Source/modules/mediastream/RTCPeerConnection.cpp RefPtr<RTCIceCandidate> iceCandidate = RTCIceCandidate::create(webCandidate);