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.cpp60 …RefPtrWillBeRawPtr<RTCIceCandidate> RTCIceCandidate::create(blink::WebRTCICECandidate webCandidate) in create()
65 RTCIceCandidate::RTCIceCandidate(blink::WebRTCICECandidate webCandidate) in RTCIceCandidate()
86 blink::WebRTCICECandidate RTCIceCandidate::webCandidate() const in webCandidate() function in WebCore::RTCIceCandidate
DRTCPeerConnection.cpp575 void RTCPeerConnection::didGenerateICECandidate(const blink::WebRTCICECandidate& webCandidate) in didGenerateICECandidate()