Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc57 was_destroyed_(NULL) { in FileDescriptorWatcher()
64 if (was_destroyed_) { in ~FileDescriptorWatcher()
65 DCHECK(!*was_destroyed_); in ~FileDescriptorWatcher()
66 *was_destroyed_ = true; in ~FileDescriptorWatcher()
362 controller->was_destroyed_ = &controller_was_destroyed; in OnLibeventNotification()
367 controller->was_destroyed_ = nullptr; in OnLibeventNotification()
Dmessage_pump_libevent.h90 bool* was_destroyed_; variable
/external/libweave/third_party/chromium/base/memory/
Dref_counted_unittest.cc40 static bool was_destroyed() { return was_destroyed_; } in was_destroyed()
42 static void reset_was_destroyed() { was_destroyed_ = false; } in reset_was_destroyed()
48 ~ScopedRefPtrToSelf() { was_destroyed_ = true; } in ~ScopedRefPtrToSelf()
50 static bool was_destroyed_; member in __anon4e94a49a0111::ScopedRefPtrToSelf
53 bool ScopedRefPtrToSelf::was_destroyed_ = false; member in __anon4e94a49a0111::ScopedRefPtrToSelf
/external/libchrome/base/memory/
Dref_counted_unittest.cc41 static bool was_destroyed() { return was_destroyed_; } in was_destroyed()
43 static void reset_was_destroyed() { was_destroyed_ = false; } in reset_was_destroyed()
49 ~ScopedRefPtrToSelf() { was_destroyed_ = true; } in ~ScopedRefPtrToSelf()
51 static bool was_destroyed_; member in __anond2a06cd40111::ScopedRefPtrToSelf
54 bool ScopedRefPtrToSelf::was_destroyed_ = false; member in __anond2a06cd40111::ScopedRefPtrToSelf