Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCIceCandidate.cpp59 RTCIceCandidate* RTCIceCandidate::create(WebRTCICECandidate webCandidate) in create()
64 RTCIceCandidate::RTCIceCandidate(WebRTCICECandidate webCandidate) in RTCIceCandidate()
84 WebRTCICECandidate RTCIceCandidate::webCandidate() const in webCandidate() function in blink::RTCIceCandidate
DRTCPeerConnection.cpp617 void RTCPeerConnection::didGenerateICECandidate(const WebRTCICECandidate& webCandidate) in didGenerateICECandidate()