Searched refs:ScopedRefPtrToSelf (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/memory/
H A Dref_counted_unittest.cc40 class ScopedRefPtrToSelf : public base::RefCounted<ScopedRefPtrToSelf> { class in namespace:__anon10864
42 ScopedRefPtrToSelf() : self_ptr_(this) {} function in class:__anon10864::ScopedRefPtrToSelf
48 scoped_refptr<ScopedRefPtrToSelf> self_ptr_;
51 friend class base::RefCounted<ScopedRefPtrToSelf>;
52 ~ScopedRefPtrToSelf() { was_destroyed_ = true; }
57 bool ScopedRefPtrToSelf::was_destroyed_ = false;
151 ScopedRefPtrToSelf::reset_was_destroyed();
153 ScopedRefPtrToSelf* check = new ScopedRefPtrToSelf();
[all...]

Completed in 232 milliseconds