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

  /external/libchrome/base/memory/
scoped_vector_unittest.cc 17 // The LifeCycleObject notifies its Observer upon construction & destruction.
18 class LifeCycleObject {
22 virtual void OnLifeCycleConstruct(LifeCycleObject* o) = 0;
23 virtual void OnLifeCycleDestroy(LifeCycleObject* o) = 0;
29 ~LifeCycleObject() {
37 explicit LifeCycleObject(Observer* observer)
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* object) override
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 21 // The LifeCycleObject notifies its Observer upon construction & destruction.
22 class LifeCycleObject {
26 virtual void OnLifeCycleConstruct(LifeCycleObject* o) = 0;
27 virtual void OnLifeCycleDestroy(LifeCycleObject* o) = 0;
33 ~LifeCycleObject() {
40 explicit LifeCycleObject(Observer* observer)
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* object) override
    [all...]

Completed in 119 milliseconds