Home
last modified time | relevance | path

Searched refs:LifetimeFlag (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/
Dbyte_stream.cc30 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_;
[all …]