Searched refs:ActiveDOMObject (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/dom/
H A DActiveDOMObject.cpp28 #include "ActiveDOMObject.h"
36 ActiveDOMObject::ActiveDOMObject(ScriptExecutionContext* scriptExecutionContext) function in class:WebCore::ActiveDOMObject
50 ActiveDOMObject::~ActiveDOMObject()
57 // ActiveDOMObject may be inherited by a sub-class whose life-cycle
69 void ActiveDOMObject::suspendIfNeeded()
83 void ActiveDOMObject::assertSuspendIfNeededWasCalled() const
90 bool ActiveDOMObject::hasPendingActivity() const
95 bool ActiveDOMObject
[all...]
H A DActiveDOMObject.h36 class ActiveDOMObject : public ContextDestructionObserver { class in namespace:WebCore
38 explicit ActiveDOMObject(ScriptExecutionContext*);
64 // any ActiveDOMObject. That means they must not result in calls to arbitrary JavaScript.
69 // This function must not have a side effect of creating an ActiveDOMObject.
71 // It can, however, have a side effect of deleting an ActiveDOMObject.
89 virtual ~ActiveDOMObject();
100 inline void ActiveDOMObject::assertSuspendIfNeededWasCalled() const
H A DMessagePort.idl31 ActiveDOMObject,
H A DScriptExecutionContext.h31 #include "ActiveDOMObject.h"
89 virtual void suspendActiveDOMObjects(ActiveDOMObject::ReasonForSuspension);
90 virtual void resumeActiveDOMObjects(ActiveDOMObject::ReasonForSuspension);
96 // Called from the constructor and destructors of ActiveDOMObject.
97 void didCreateActiveDOMObject(ActiveDOMObject&);
98 void willDestroyActiveDOMObject(ActiveDOMObject&);
100 // Called after the construction of an ActiveDOMObject to synchronize suspend state.
101 void suspendActiveDOMObjectIfNeeded(ActiveDOMObject&);
106 // MessagePort is conceptually a kind of ActiveDOMObject, but it needs to be tracked separately for message dispatch.
188 ActiveDOMObject
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DNotificationCenter.idl35 ActiveDOMObject,
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestNamedConstructor.idl32 ActiveDOMObject,
H A DTestInterface.idl32 ActiveDOMObject,
/macosx-10.10/WebCore-7600.1.25/workers/
H A DSharedWorker.idl39 ActiveDOMObject
H A DAbstractWorker.h34 #include "ActiveDOMObject.h"
47 class AbstractWorker : public RefCounted<AbstractWorker>, public ActiveDOMObject, public EventTargetWithInlineData {
50 virtual ScriptExecutionContext* scriptExecutionContext() const override final { return ActiveDOMObject::scriptExecutionContext(); }
H A DWorker.idl32 ActiveDOMObject,
H A DAbstractWorker.cpp48 : ActiveDOMObject(&context)
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBRequest.idl32 ActiveDOMObject,
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCSessionDescriptionRequestImpl.h37 #include "ActiveDOMObject.h"
46 class RTCSessionDescriptionRequestImpl : public RTCSessionDescriptionRequest, public ActiveDOMObject {
54 // ActiveDOMObject
H A DRTCVoidRequestImpl.h37 #include "ActiveDOMObject.h"
45 class RTCVoidRequestImpl : public RTCVoidRequest, public ActiveDOMObject {
53 // ActiveDOMObject
H A DRTCDTMFSender.idl29 ActiveDOMObject,
H A DRTCVoidRequestImpl.cpp53 : ActiveDOMObject(context)
/macosx-10.10/WebCore-7600.1.25/Modules/battery/
H A DBatteryManager.h25 #include "ActiveDOMObject.h"
35 class BatteryManager : public ActiveDOMObject, public RefCounted<BatteryManager>, public EventTarget {
42 virtual ScriptExecutionContext* scriptExecutionContext() const override { return ActiveDOMObject::scriptExecutionContext(); }
61 // ActiveDOMObject implementation.
H A DBatteryManager.idl24 ActiveDOMObject,
/macosx-10.10/WebCore-7600.1.25/Modules/encryptedmedia/
H A DMediaKeySession.idl30 ActiveDOMObject,
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.idl38 ActiveDOMObject,
H A DSourceBuffer.idl34 ActiveDOMObject,
/macosx-10.10/WebCore-7600.1.25/css/
H A DFontLoader.idl34 ActiveDOMObject,
/macosx-10.10/WebCore-7600.1.25/page/
H A DPageGroupLoadDeferrer.cpp48 frame->document()->suspendScheduledTasks(ActiveDOMObject::WillDeferLoading);
66 frame->document()->resumeScheduledTasks(ActiveDOMObject::WillDeferLoading);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMarqueeElement.h26 #include "ActiveDOMObject.h"
33 class HTMLMarqueeElement final : public HTMLElement, private ActiveDOMObject {
59 // ActiveDOMObject
H A DPublicURLManager.h29 #include "ActiveDOMObject.h"
43 class PublicURLManager : public ActiveDOMObject {
53 // ActiveDOMObject interface.

Completed in 306 milliseconds

1234