webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::JSMutationCallback Class Referencefinal

#include <JSMutationCallback.h>

Inheritance diagram for WebCore::JSMutationCallback:
WebCore::MutationCallback WebCore::ActiveDOMCallback WTF::RefCounted< MutationCallback > WebCore::ContextDestructionObserver WebCore::ContextDestructionObserver WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

virtual ~JSMutationCallback ()
 
void call (const Vector< Ref< MutationRecord >> &, MutationObserver *) override
 
bool canInvokeCallback () const override
 
- Public Member Functions inherited from WebCore::MutationCallback
virtual ~MutationCallback ()
 
- Public Member Functions inherited from WTF::RefCounted< MutationCallback >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
- Public Member Functions inherited from WebCore::ActiveDOMCallback
 ActiveDOMCallback (ScriptExecutionContext *context)
 
virtual ~ActiveDOMCallback ()
 
bool canInvokeCallback () const
 
 ActiveDOMCallback (ScriptExecutionContext *context)
 
virtual ~ActiveDOMCallback ()
 
bool canInvokeCallback () const
 
- Public Member Functions inherited from WebCore::ContextDestructionObserver
WEBCORE_EXPORT ContextDestructionObserver (ScriptExecutionContext *)
 
virtual WEBCORE_EXPORT void contextDestroyed ()
 
ScriptExecutionContextscriptExecutionContext () const
 
WEBCORE_EXPORT ContextDestructionObserver (ScriptExecutionContext *)
 
virtual WEBCORE_EXPORT void contextDestroyed ()
 
ScriptExecutionContextscriptExecutionContext () const
 

Static Public Member Functions

static Ref< JSMutationCallbackcreate (JSC::JSObject *callback, JSDOMGlobalObject *globalObject)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< MutationCallback >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
- Protected Member Functions inherited from WebCore::ContextDestructionObserver
virtual WEBCORE_EXPORT ~ContextDestructionObserver ()
 
void observeContext (ScriptExecutionContext *)
 
virtual WEBCORE_EXPORT ~ContextDestructionObserver ()
 
void observeContext (ScriptExecutionContext *)
 
- Protected Attributes inherited from WebCore::ContextDestructionObserver
ScriptExecutionContextm_scriptExecutionContext
 

Constructor & Destructor Documentation

◆ ~JSMutationCallback()

WebCore::JSMutationCallback::~JSMutationCallback ( )
virtual

Member Function Documentation

◆ call()

void WebCore::JSMutationCallback::call ( const Vector< Ref< MutationRecord >> &  mutations,
MutationObserver observer 
)
overridevirtual

◆ canInvokeCallback()

bool WebCore::JSMutationCallback::canInvokeCallback ( ) const
inlineoverridevirtual

◆ create()

static Ref<JSMutationCallback> WebCore::JSMutationCallback::create ( JSC::JSObject callback,
JSDOMGlobalObject globalObject 
)
inlinestatic

The documentation for this class was generated from the following files: