Searched refs:ContextLifecycleNotifier (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContextLifecycleNotifier.h40 class ContextLifecycleNotifier : public LifecycleNotifier<ExecutionContext> { class in namespace:blink
42 static PassOwnPtr<ContextLifecycleNotifier> create(ExecutionContext*);
44 virtual ~ContextLifecycleNotifier();
61 explicit ContextLifecycleNotifier(ExecutionContext*);
67 inline PassOwnPtr<ContextLifecycleNotifier> ContextLifecycleNotifier::create(ExecutionContext* context)
69 return adoptPtr(new ContextLifecycleNotifier(context));
H A DContextLifecycleNotifier.cpp29 #include "core/dom/ContextLifecycleNotifier.h"
36 ContextLifecycleNotifier::ContextLifecycleNotifier(ExecutionContext* context) function in class:blink::ContextLifecycleNotifier
41 ContextLifecycleNotifier::~ContextLifecycleNotifier()
45 void ContextLifecycleNotifier::addObserver(ContextLifecycleNotifier::Observer* observer)
56 void ContextLifecycleNotifier::removeObserver(ContextLifecycleNotifier::Observer* observer)
66 void ContextLifecycleNotifier
[all...]
H A DExecutionContext.h48 class ContextLifecycleNotifier;
141 ContextLifecycleNotifier& lifecycleNotifier();
176 OwnPtr<ContextLifecycleNotifier> m_lifecycleNotifier;
H A DExecutionContext.cpp32 #include "core/dom/ContextLifecycleNotifier.h"
243 return ContextLifecycleNotifier::create(this);
246 ContextLifecycleNotifier& ExecutionContext::lifecycleNotifier()
248 return static_cast<ContextLifecycleNotifier&>(LifecycleContext<ExecutionContext>::lifecycleNotifier());
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.darwin-arm64.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.darwin-mips.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.darwin-mips64.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.darwin-x86.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.darwin-x86_64.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.linux-arm.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.linux-arm64.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.linux-mips.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.linux-mips64.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.linux-x86.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
H A Dwebcore_dom.target.linux-x86_64.mk42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \

Completed in 6529 milliseconds