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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleNotifier.h 41 class ContextLifecycleNotifier : public LifecycleNotifier<ExecutionContext> {
43 static PassOwnPtr<ContextLifecycleNotifier> create(ExecutionContext*);
45 virtual ~ContextLifecycleNotifier();
62 explicit ContextLifecycleNotifier(ExecutionContext*);
68 inline PassOwnPtr<ContextLifecycleNotifier> ContextLifecycleNotifier::create(ExecutionContext* context)
70 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 53 class ContextLifecycleNotifier;
145 ContextLifecycleNotifier& lifecycleNotifier();
181 OwnPtr<ContextLifecycleNotifier> m_lifecycleNotifier;
ExecutionContext.cpp 32 #include "core/dom/ContextLifecycleNotifier.h"
314 return ContextLifecycleNotifier::create(this);
317 ContextLifecycleNotifier& ExecutionContext::lifecycleNotifier()
319 return static_cast<ContextLifecycleNotifier&>(LifecycleContext<ExecutionContext>::lifecycleNotifier());
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-arm64.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-mips.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-x86.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.darwin-x86_64.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-arm.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-arm64.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-mips.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-x86.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \
webcore_dom.target.linux-x86_64.mk 43 third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp \

Completed in 102 milliseconds