Lines Matching refs:LifetimeFlag
30 struct LifetimeFlag : public base::RefCountedThreadSafe<LifetimeFlag> { struct
32 LifetimeFlag() : is_alive(true) { } in LifetimeFlag() argument
36 friend class base::RefCountedThreadSafe<LifetimeFlag>;
37 virtual ~LifetimeFlag() { } in ~LifetimeFlag() argument
40 DISALLOW_COPY_AND_ASSIGN(LifetimeFlag);
49 scoped_refptr<LifetimeFlag> lifetime_flag,
56 scoped_refptr<LifetimeFlag> peer_lifetime_flag);
67 static void UpdateWindow(scoped_refptr<LifetimeFlag> lifetime_flag,
84 scoped_refptr<LifetimeFlag> my_lifetime_flag_;
99 scoped_refptr<LifetimeFlag> peer_lifetime_flag_;
109 scoped_refptr<LifetimeFlag> lifetime_flag,
116 scoped_refptr<LifetimeFlag> peer_lifetime_flag);
131 scoped_refptr<LifetimeFlag> object_lifetime_flag,
153 scoped_refptr<LifetimeFlag> my_lifetime_flag_;
175 scoped_refptr<LifetimeFlag> peer_lifetime_flag_;
184 scoped_refptr<LifetimeFlag> lifetime_flag, in ByteStreamWriterImpl()
206 scoped_refptr<LifetimeFlag> peer_lifetime_flag) { in SetPeer()
264 scoped_refptr<LifetimeFlag> lifetime_flag, ByteStreamWriterImpl* target, in UpdateWindow()
315 scoped_refptr<LifetimeFlag> lifetime_flag, in ByteStreamReaderImpl()
338 scoped_refptr<LifetimeFlag> peer_lifetime_flag) { in SetPeer()
379 scoped_refptr<LifetimeFlag> object_lifetime_flag, in TransferData()
454 scoped_refptr<LifetimeFlag> input_flag(new LifetimeFlag()); in CreateByteStream()
455 scoped_refptr<LifetimeFlag> output_flag(new LifetimeFlag()); in CreateByteStream()