Home
last modified time | relevance | path

Searched defs:webSessionDescription (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCSessionDescription.cpp65 RTCSessionDescription* RTCSessionDescription::create(WebRTCSessionDescription webSessionDescription) in create()
70 RTCSessionDescription::RTCSessionDescription(WebRTCSessionDescription webSessionDescription) in RTCSessionDescription()
98 WebRTCSessionDescription RTCSessionDescription::webSessionDescription() in webSessionDescription() function in blink::RTCSessionDescription
DRTCSessionDescriptionRequestImpl.cpp64 …TCSessionDescriptionRequestImpl::requestSucceeded(const WebRTCSessionDescription& webSessionDescri… in requestSucceeded()
DRTCPeerConnection.cpp328 WebRTCSessionDescription webSessionDescription = m_peerHandler->localDescription(); in localDescription() local
351 WebRTCSessionDescription webSessionDescription = m_peerHandler->remoteDescription(); in remoteDescription() local