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

  /external/libchrome/base/memory/
scoped_vector_unittest.cc 65 // deletes the |constructed_life_cycle_object_|, if any when the
77 if (constructed_life_cycle_object_)
78 constructed_life_cycle_object_->DisconnectObserver();
85 ASSERT_EQ(NULL, constructed_life_cycle_object_.get());
87 constructed_life_cycle_object_.reset(object);
95 constructed_life_cycle_object_.release();
110 return object == constructed_life_cycle_object_.get();
115 scoped_ptr<LifeCycleObject> constructed_life_cycle_object_; member in class:__anon14290::LifeCycleWatcher
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 64 // deletes the |constructed_life_cycle_object_|, if any when the
78 ASSERT_EQ(NULL, constructed_life_cycle_object_.get());
80 constructed_life_cycle_object_.reset(object);
88 constructed_life_cycle_object_.release();
103 return object == constructed_life_cycle_object_.get();
108 rtc::scoped_ptr<LifeCycleObject> constructed_life_cycle_object_; member in class:webrtc::__anon26852::LifeCycleWatcher

Completed in 67 milliseconds