Home | History | Annotate | Download | only in platform

Lines Matching defs:WebMediaStream

43 class WebMediaStream {
50 WebMediaStream() { }
51 WebMediaStream(const WebMediaStream& other) { assign(other); }
52 ~WebMediaStream() { reset(); }
54 WebMediaStream& operator=(const WebMediaStream& other)
60 BLINK_PLATFORM_EXPORT void assign(const WebMediaStream&);
76 // Extra data associated with this WebMediaStream.
84 BLINK_PLATFORM_EXPORT WebMediaStream(WebCore::MediaStreamDescriptor*);
85 BLINK_PLATFORM_EXPORT WebMediaStream(const WTF::PassRefPtr<WebCore::MediaStreamDescriptor>&);
88 BLINK_PLATFORM_EXPORT WebMediaStream& operator=(const WTF::PassRefPtr<WebCore::MediaStreamDescriptor>&);