Lines Matching refs:FlipStream
30 // The FlipStream is used by the FlipSession to represent each stream known
37 class FlipStream : public base::RefCounted<FlipStream> {
39 // FlipStream constructor
40 FlipStream(FlipSession* session, flip::FlipStreamId stream_id, bool pushed,
47 // for FlipStream to provide the appropriate interface.
55 // Also note that FlipStream takes ownership of |upload_data|.
126 friend class base::RefCounted<FlipStream>;
141 ~FlipStream();
202 DISALLOW_COPY_AND_ASSIGN(FlipStream);