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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleNotifier.h 40 class ContextLifecycleNotifier : public LifecycleNotifier<ExecutionContext> {
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));
ContextLifecycleNotifier.cpp 29 #include "core/dom/ContextLifecycleNotifier.h"
36 ContextLifecycleNotifier::ContextLifecycleNotifier(ExecutionContext* context)
41 ContextLifecycleNotifier::~ContextLifecycleNotifier()
45 void ContextLifecycleNotifier::addObserver(ContextLifecycleNotifier::Observer* observer)
56 void ContextLifecycleNotifier::removeObserver(ContextLifecycleNotifier::Observer* observer)
66 void ContextLifecycleNotifier::notifyResumingActiveDOMObjects(
    [all...]
ExecutionContext.h 48 class ContextLifecycleNotifier;
141 ContextLifecycleNotifier& lifecycleNotifier();
176 OwnPtr<ContextLifecycleNotifier> m_lifecycleNotifier;
ExecutionContext.cpp 32 #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/
webcore_dom.target.darwin-arm.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-arm64.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-mips.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-mips64.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-x86.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-x86_64.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-arm.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-arm64.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-mips.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-mips64.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-x86.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-x86_64.mk 42 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \

Completed in 197 milliseconds