HomeSort by relevance Sort by last modified time
    Searched refs:was_destroyed_ (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/message_loop/
message_pump_libevent.cc 54 if (was_destroyed_) {
55 DCHECK(!*was_destroyed_);
56 *was_destroyed_ = true;
322 controller->was_destroyed_ = &controller_was_destroyed;
327 controller->was_destroyed_ = nullptr;
message_pump_libevent.h 61 bool* was_destroyed_ = nullptr; member in class:base::MessagePumpLibevent::FdWatchController
  /external/libchrome/base/memory/
ref_counted_unittest.cc 44 static bool was_destroyed() { return was_destroyed_; }
46 static void reset_was_destroyed() { was_destroyed_ = false; }
52 ~ScopedRefPtrToSelf() { was_destroyed_ = true; }
54 static bool was_destroyed_; member in class:__anon27407::ScopedRefPtrToSelf
57 bool ScopedRefPtrToSelf::was_destroyed_ = false; member in class:__anon27407::ScopedRefPtrToSelf

Completed in 519 milliseconds