Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc54 if (was_destroyed_) { in ~FdWatchController()
55 DCHECK(!*was_destroyed_); in ~FdWatchController()
56 *was_destroyed_ = true; in ~FdWatchController()
322 controller->was_destroyed_ = &controller_was_destroyed; in OnLibeventNotification()
327 controller->was_destroyed_ = nullptr; in OnLibeventNotification()
Dmessage_pump_libevent.h61 bool* was_destroyed_ = nullptr; variable
/external/libchrome/base/memory/
Dref_counted_unittest.cc44 static bool was_destroyed() { return was_destroyed_; } in was_destroyed()
46 static void reset_was_destroyed() { was_destroyed_ = false; } in reset_was_destroyed()
52 ~ScopedRefPtrToSelf() { was_destroyed_ = true; } in ~ScopedRefPtrToSelf()
54 static bool was_destroyed_; member in __anonedfe03110111::ScopedRefPtrToSelf
57 bool ScopedRefPtrToSelf::was_destroyed_ = false; member in __anonedfe03110111::ScopedRefPtrToSelf