Searched defs:LifecycleNotifier (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLifecycleNotifier.h38 class LifecycleNotifier { class in namespace:blink
43 static PassOwnPtr<LifecycleNotifier> create(Context* context)
45 return adoptPtr(new LifecycleNotifier(context));
49 virtual ~LifecycleNotifier();
59 explicit LifecycleNotifier(Context* context) function in class:blink::LifecycleNotifier
87 inline LifecycleNotifier<T>::~LifecycleNotifier()
99 inline void LifecycleNotifier<T>::addObserver(typename LifecycleNotifier<T>::Observer* observer)
106 inline void LifecycleNotifier<
[all...]

Completed in 240 milliseconds