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

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCSessionDescription.cpp 72 : m_webSessionDescription(webSessionDescription)
79 return m_webSessionDescription.type();
85 m_webSessionDescription.setType(type);
92 return m_webSessionDescription.sdp();
97 m_webSessionDescription.setSDP(sdp);
102 return m_webSessionDescription;
RTCSessionDescription.h 61 blink::WebRTCSessionDescription m_webSessionDescription;

Completed in 24 milliseconds