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

#include <JSCustomElementInterface.h>

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

Public Member Functions

Ref< ElementconstructElementWithFallback (Document &, const AtomicString &)
 
Ref< ElementconstructElementWithFallback (Document &, const QualifiedName &)
 
void upgradeElement (Element &)
 
void setConnectedCallback (JSC::JSObject *)
 
bool hasConnectedCallback () const
 
void invokeConnectedCallback (Element &)
 
void setDisconnectedCallback (JSC::JSObject *)
 
bool hasDisconnectedCallback () const
 
void invokeDisconnectedCallback (Element &)
 
void setAdoptedCallback (JSC::JSObject *)
 
bool hasAdoptedCallback () const
 
void invokeAdoptedCallback (Element &, Document &oldDocument, Document &newDocument)
 
void setAttributeChangedCallback (JSC::JSObject *callback, const Vector< String > &observedAttributes)
 
bool observesAttribute (const AtomicString &name) const
 
void invokeAttributeChangedCallback (Element &, const QualifiedName &, const AtomicString &oldValue, const AtomicString &newValue)
 
ScriptExecutionContextscriptExecutionContext () const
 
JSC::JSObjectconstructor ()
 
const QualifiedNamename () const
 
bool isUpgradingElement () const
 
ElementlastElementInConstructionStack () const
 
void didUpgradeLastElementInConstructionStack ()
 
virtual ~JSCustomElementInterface ()
 
- Public Member Functions inherited from WTF::RefCounted< JSCustomElementInterface >
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< JSCustomElementInterfacecreate (const QualifiedName &name, JSC::JSObject *callback, JSDOMGlobalObject *globalObject)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< JSCustomElementInterface >
 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

◆ ~JSCustomElementInterface()

WebCore::JSCustomElementInterface::~JSCustomElementInterface ( )
virtual

Member Function Documentation

◆ constructElementWithFallback() [1/2]

Ref< Element > WebCore::JSCustomElementInterface::constructElementWithFallback ( Document document,
const AtomicString localName 
)

◆ constructElementWithFallback() [2/2]

Ref< Element > WebCore::JSCustomElementInterface::constructElementWithFallback ( Document document,
const QualifiedName name 
)

◆ constructor()

JSC::JSObject* WebCore::JSCustomElementInterface::constructor ( )
inline

◆ create()

static Ref<JSCustomElementInterface> WebCore::JSCustomElementInterface::create ( const QualifiedName name,
JSC::JSObject callback,
JSDOMGlobalObject globalObject 
)
inlinestatic

◆ didUpgradeLastElementInConstructionStack()

void WebCore::JSCustomElementInterface::didUpgradeLastElementInConstructionStack ( )

◆ hasAdoptedCallback()

bool WebCore::JSCustomElementInterface::hasAdoptedCallback ( ) const
inline

◆ hasConnectedCallback()

bool WebCore::JSCustomElementInterface::hasConnectedCallback ( ) const
inline

◆ hasDisconnectedCallback()

bool WebCore::JSCustomElementInterface::hasDisconnectedCallback ( ) const
inline

◆ invokeAdoptedCallback()

void WebCore::JSCustomElementInterface::invokeAdoptedCallback ( Element element,
Document oldDocument,
Document newDocument 
)

◆ invokeAttributeChangedCallback()

void WebCore::JSCustomElementInterface::invokeAttributeChangedCallback ( Element element,
const QualifiedName attributeName,
const AtomicString oldValue,
const AtomicString newValue 
)

◆ invokeConnectedCallback()

void WebCore::JSCustomElementInterface::invokeConnectedCallback ( Element element)

◆ invokeDisconnectedCallback()

void WebCore::JSCustomElementInterface::invokeDisconnectedCallback ( Element element)

◆ isUpgradingElement()

bool WebCore::JSCustomElementInterface::isUpgradingElement ( ) const
inline

◆ lastElementInConstructionStack()

Element* WebCore::JSCustomElementInterface::lastElementInConstructionStack ( ) const
inline

◆ name()

const QualifiedName& WebCore::JSCustomElementInterface::name ( ) const
inline

◆ observesAttribute()

bool WebCore::JSCustomElementInterface::observesAttribute ( const AtomicString name) const
inline

◆ scriptExecutionContext()

ScriptExecutionContext* WebCore::JSCustomElementInterface::scriptExecutionContext ( ) const
inline

◆ setAdoptedCallback()

void WebCore::JSCustomElementInterface::setAdoptedCallback ( JSC::JSObject callback)

◆ setAttributeChangedCallback()

void WebCore::JSCustomElementInterface::setAttributeChangedCallback ( JSC::JSObject callback,
const Vector< String > &  observedAttributes 
)

◆ setConnectedCallback()

void WebCore::JSCustomElementInterface::setConnectedCallback ( JSC::JSObject callback)

◆ setDisconnectedCallback()

void WebCore::JSCustomElementInterface::setDisconnectedCallback ( JSC::JSObject callback)

◆ upgradeElement()

void WebCore::JSCustomElementInterface::upgradeElement ( Element element)

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