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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCPeerConnectionHandler.h 60 virtual WebRTCSessionDescription localDescription() = 0;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.h 48 virtual blink::WebRTCSessionDescription localDescription() OVERRIDE;
mock_webrtc_peer_connection_handler.cc 228 WebRTCSessionDescription MockWebRTCPeerConnectionHandler::localDescription() {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnection.h 54 @property(nonatomic, assign, readonly) RTCSessionDescription *localDescription;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.idl 44 [RaisesException=Getter] readonly attribute RTCSessionDescription localDescription;
RTCPeerConnection.h 71 PassRefPtrWillBeRawPtr<RTCSessionDescription> localDescription(ExceptionState&);
RTCPeerConnection.cpp 273 PassRefPtrWillBeRawPtr<RTCSessionDescription> RTCPeerConnection::localDescription(ExceptionState& exceptionState)
275 blink::WebRTCSessionDescription webSessionDescription = m_peerHandler->localDescription();
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h 121 virtual blink::WebRTCSessionDescription localDescription()
rtc_peer_connection_handler_unittest.cc 345 EXPECT_EQ(description.type(), pc_handler_->localDescription().type());
346 EXPECT_EQ(description.sdp(), pc_handler_->localDescription().sdp());
    [all...]
rtc_peer_connection_handler.cc 535 RTCPeerConnectionHandler::localDescription() {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 216 EXPECT_TRUE([offerSDP.type isEqual:pcOffer.localDescription.type]);
219 EXPECT_TRUE([answerSDP.type isEqual:pcAnswer.localDescription.type]);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm 222 - (RTCSessionDescription*)localDescription {
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
APPRTCConnectionManager.m 379 !self.peerConnection.localDescription) {

Completed in 164 milliseconds