Searched refs:remoteDescription (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCPeerConnectionHandler.h64 virtual WebRTCSessionDescription remoteDescription() = 0;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCPeerConnection.h57 @property(nonatomic, assign, readonly) RTCSessionDescription *remoteDescription; variable
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_peer_connection_handler.h51 virtual blink::WebRTCSessionDescription remoteDescription() OVERRIDE;
H A Dmock_webrtc_peer_connection_handler.cc239 WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() { function in class:content::MockWebRTCPeerConnectionHandler
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCPeerConnection.idl47 [RaisesException=Getter] readonly attribute RTCSessionDescription remoteDescription;
H A DRTCPeerConnection.h78 RTCSessionDescription* remoteDescription(ExceptionState&);
H A DRTCPeerConnection.cpp349 RTCSessionDescription* RTCPeerConnection::remoteDescription(ExceptionState& exceptionState) function in class:blink::RTCPeerConnection
351 WebRTCSessionDescription webSessionDescription = m_peerHandler->remoteDescription();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCPeerConnectionTest.mm217 EXPECT_TRUE([answerSDP.type isEqual:pcOffer.remoteDescription.type]);
218 EXPECT_TRUE([offerSDP.type isEqual:pcAnswer.remoteDescription.type]);
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.h133 virtual blink::WebRTCSessionDescription remoteDescription()
H A Drtc_peer_connection_handler_unittest.cc378 EXPECT_EQ(description.type(), pc_handler_->remoteDescription().type());
379 EXPECT_EQ(description.sdp(), pc_handler_->remoteDescription().sdp());
H A Drtc_peer_connection_handler.cc603 RTCPeerConnectionHandler::remoteDescription() { function in class:content::RTCPeerConnectionHandler
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCConnectionManager.m378 if (self.peerConnection.remoteDescription &&
397 if (self.peerConnection.remoteDescription) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnection.mm233 - (RTCSessionDescription*)remoteDescription {

Completed in 120 milliseconds