Searched refs:remoteDescription (Results 1 – 13 of 13) sorted by relevance
64 virtual WebRTCSessionDescription remoteDescription() = 0;
57 @property(nonatomic, assign, readonly) RTCSessionDescription *remoteDescription;
51 virtual blink::WebRTCSessionDescription remoteDescription() OVERRIDE;
239 WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() { in remoteDescription() function in content::MockWebRTCPeerConnectionHandler
78 RTCSessionDescription* remoteDescription(ExceptionState&);
47 [RaisesException=Getter] readonly attribute RTCSessionDescription remoteDescription;
349 RTCSessionDescription* RTCPeerConnection::remoteDescription(ExceptionState& exceptionState) in remoteDescription() function in blink::RTCPeerConnection351 WebRTCSessionDescription webSessionDescription = m_peerHandler->remoteDescription(); in remoteDescription()
133 virtual blink::WebRTCSessionDescription remoteDescription() in NON_EXPORTED_BASE()
378 EXPECT_EQ(description.type(), pc_handler_->remoteDescription().type()); in TEST_F()379 EXPECT_EQ(description.sdp(), pc_handler_->remoteDescription().sdp()); in TEST_F()
603 RTCPeerConnectionHandler::remoteDescription() { in remoteDescription() function in content::RTCPeerConnectionHandler
217 EXPECT_TRUE([answerSDP.type isEqual:pcOffer.remoteDescription.type]);218 EXPECT_TRUE([offerSDP.type isEqual:pcAnswer.remoteDescription.type]);
378 if (self.peerConnection.remoteDescription &&397 if (self.peerConnection.remoteDescription) {
233 - (RTCSessionDescription*)remoteDescription { method