Searched refs:constructed_life_cycle_object_ (Results 1 – 2 of 2) sorted by relevance
77 if (constructed_life_cycle_object_) in ~LifeCycleWatcher()78 constructed_life_cycle_object_->DisconnectObserver(); in ~LifeCycleWatcher()85 ASSERT_EQ(NULL, constructed_life_cycle_object_.get()); in OnLifeCycleConstruct()87 constructed_life_cycle_object_.reset(object); in OnLifeCycleConstruct()95 constructed_life_cycle_object_.release(); in OnLifeCycleDestroy()110 return object == constructed_life_cycle_object_.get(); in IsWatching()115 scoped_ptr<LifeCycleObject> constructed_life_cycle_object_; member in __anone347c20f0111::LifeCycleWatcher
78 ASSERT_EQ(NULL, constructed_life_cycle_object_.get()); in OnLifeCycleConstruct()80 constructed_life_cycle_object_.reset(object); in OnLifeCycleConstruct()88 constructed_life_cycle_object_.release(); in OnLifeCycleDestroy()103 return object == constructed_life_cycle_object_.get(); in IsWatching()108 rtc::scoped_ptr<LifeCycleObject> constructed_life_cycle_object_; member in webrtc::__anon21fd7dcc0111::LifeCycleWatcher