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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCPeerConnectionHandler.h 61 virtual WebRTCSessionDescription remoteDescription() = 0;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.h 49 virtual blink::WebRTCSessionDescription remoteDescription() OVERRIDE;
mock_webrtc_peer_connection_handler.cc 232 WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnection.h 57 @property(nonatomic, assign, readonly) RTCSessionDescription *remoteDescription;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.idl 47 [RaisesException=Getter] readonly attribute RTCSessionDescription remoteDescription;
RTCPeerConnection.h 74 PassRefPtrWillBeRawPtr<RTCSessionDescription> remoteDescription(ExceptionState&);
RTCPeerConnection.cpp 297 PassRefPtrWillBeRawPtr<RTCSessionDescription> RTCPeerConnection::remoteDescription(ExceptionState& exceptionState)
299 blink::WebRTCSessionDescription webSessionDescription = m_peerHandler->remoteDescription();
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h 123 virtual blink::WebRTCSessionDescription remoteDescription()
rtc_peer_connection_handler_unittest.cc 369 EXPECT_EQ(description.type(), pc_handler_->remoteDescription().type());
370 EXPECT_EQ(description.sdp(), pc_handler_->remoteDescription().sdp());
    [all...]
rtc_peer_connection_handler.cc 544 RTCPeerConnectionHandler::remoteDescription() {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 217 EXPECT_TRUE([answerSDP.type isEqual:pcOffer.remoteDescription.type]);
218 EXPECT_TRUE([offerSDP.type isEqual:pcAnswer.remoteDescription.type]);
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
APPRTCConnectionManager.m 378 if (self.peerConnection.remoteDescription &&
397 if (self.peerConnection.remoteDescription) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm 233 - (RTCSessionDescription*)remoteDescription {

Completed in 741 milliseconds