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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCPeerConnectionHandler.h 61 virtual WebRTCSessionDescription remoteDescription() = 0;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.cpp 222 void MockWebRTCPeerConnectionHandler::setRemoteDescription(const WebRTCVoidRequest& request, const WebRTCSessionDescription& remoteDescription)
224 if (!remoteDescription.isNull() && remoteDescription.sdp() == "remote") {
225 m_remoteDescription = remoteDescription;
236 WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription()
MockWebRTCPeerConnectionHandler.h 61 virtual blink::WebRTCSessionDescription remoteDescription() OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnection.h 51 @property(nonatomic, assign, readonly) RTCSessionDescription *remoteDescription;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandler.cpp 135 blink::WebRTCSessionDescription RTCPeerConnectionHandler::remoteDescription()
137 return m_webHandler->remoteDescription();
RTCPeerConnectionHandler.h 73 blink::WebRTCSessionDescription remoteDescription();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 205 EXPECT_TRUE([answerSDP.type isEqual:pcOffer.remoteDescription.type]);
206 EXPECT_TRUE([offerSDP.type isEqual:pcAnswer.remoteDescription.type]);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.idl 46 [RaisesException=Getter] readonly attribute RTCSessionDescription remoteDescription;
RTCPeerConnection.h 73 PassRefPtr<RTCSessionDescription> remoteDescription(ExceptionState&);
RTCPeerConnection.cpp 253 PassRefPtr<RTCSessionDescription> RTCPeerConnection::remoteDescription(ExceptionState& exceptionState)
255 blink::WebRTCSessionDescription webSessionDescription = m_peerHandler->remoteDescription();
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h 113 virtual blink::WebRTCSessionDescription remoteDescription()
rtc_peer_connection_handler_unittest.cc 376 EXPECT_EQ(description.type(), pc_handler_->remoteDescription().type());
377 EXPECT_EQ(description.sdp(), pc_handler_->remoteDescription().sdp());
    [all...]
rtc_peer_connection_handler.cc 470 RTCPeerConnectionHandler::remoteDescription() {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm 196 - (RTCSessionDescription *)remoteDescription {
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m 404 if (self.peerConnection.remoteDescription) {

Completed in 1376 milliseconds