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

  /external/chromium_org/base/memory/
scoped_vector_unittest.cc 14 // The LifeCycleObject notifies its Observer upon construction & destruction.
15 class LifeCycleObject {
19 virtual void OnLifeCycleConstruct(LifeCycleObject* o) = 0;
20 virtual void OnLifeCycleDestroy(LifeCycleObject* o) = 0;
26 ~LifeCycleObject() {
33 explicit LifeCycleObject(Observer* observer)
40 DISALLOW_COPY_AND_ASSIGN(LifeCycleObject);
62 class LifeCycleWatcher : public LifeCycleObject::Observer {
67 // Assert INITIAL -> CONSTRUCTED and no LifeCycleObject associated with this
69 virtual void OnLifeCycleConstruct(LifeCycleObject* object) OVERRIDE
    [all...]
  /external/chromium_org/third_party/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 DISALLOW_COPY_AND_ASSIGN(LifeCycleObject);
69 class LifeCycleWatcher : public LifeCycleObject::Observer {
74 // Assert INITIAL -> CONSTRUCTED and no LifeCycleObject associated with this
76 virtual void OnLifeCycleConstruct(LifeCycleObject* object) OVERRIDE
    [all...]

Completed in 973 milliseconds