Searched refs:LifeCycleObject (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/memory/
H A Dscoped_vector_unittest.cc17 // The LifeCycleObject notifies its Observer upon construction & destruction.
18 class LifeCycleObject { class in namespace:__anon9025
22 virtual void OnLifeCycleConstruct(LifeCycleObject* o) = 0;
23 virtual void OnLifeCycleDestroy(LifeCycleObject* o) = 0;
29 ~LifeCycleObject() {
37 explicit LifeCycleObject(Observer* observer) function in class:__anon9025::LifeCycleObject
48 DISALLOW_COPY_AND_ASSIGN(LifeCycleObject);
70 class LifeCycleWatcher : public LifeCycleObject::Observer {
81 // Assert INITIAL -> CONSTRUCTED and no LifeCycleObject associated with this
83 void OnLifeCycleConstruct(LifeCycleObject* objec
[all...]
/external/webrtc/webrtc/system_wrappers/source/
H A Dscoped_vector_unittest.cc21 // The LifeCycleObject notifies its Observer upon construction & destruction.
22 class LifeCycleObject { class in namespace:webrtc::__anon21246
26 virtual void OnLifeCycleConstruct(LifeCycleObject* o) = 0;
27 virtual void OnLifeCycleDestroy(LifeCycleObject* o) = 0;
33 ~LifeCycleObject() {
40 explicit LifeCycleObject(Observer* observer) function in class:webrtc::__anon21246::LifeCycleObject
47 RTC_DISALLOW_COPY_AND_ASSIGN(LifeCycleObject);
69 class LifeCycleWatcher : public LifeCycleObject::Observer {
74 // Assert INITIAL -> CONSTRUCTED and no LifeCycleObject associated with this
76 void OnLifeCycleConstruct(LifeCycleObject* objec
[all...]

Completed in 211 milliseconds