remoteDescription  114 content/renderer/media/rtc_peer_connection_handler.h   virtual blink::WebRTCSessionDescription remoteDescription()
remoteDescription  368 content/renderer/media/rtc_peer_connection_handler_unittest.cc   EXPECT_EQ(description.type(), pc_handler_->remoteDescription().type());
remoteDescription  369 content/renderer/media/rtc_peer_connection_handler_unittest.cc   EXPECT_EQ(description.sdp(), pc_handler_->remoteDescription().sdp());
remoteDescription  200 content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp void MockWebRTCPeerConnectionHandler::setRemoteDescription(const WebRTCVoidRequest& request, const WebRTCSessionDescription& remoteDescription)
remoteDescription  202 content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp     if (!remoteDescription.isNull() && remoteDescription.sdp() == "remote") {
remoteDescription  203 content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp         m_remoteDescription = remoteDescription;
remoteDescription   35 content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h     virtual blink::WebRTCSessionDescription remoteDescription() OVERRIDE;