|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CustomElementRegistry.h>
Static Public Member Functions | |
| static Ref< CustomElementRegistry > | create (DOMWindow &) |
Friends | |
| class | ElementDefinitionIsRunningSetForScope |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< CustomElementRegistry > | |
| 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 |
| CustomElementRegistry::~CustomElementRegistry | ( | ) |
| void CustomElementRegistry::addElementDefinition | ( | Ref< JSCustomElementInterface > && | elementInterface | ) |
| bool CustomElementRegistry::containsConstructor | ( | const JSC::JSObject * | constructor | ) | const |
|
static |
|
inline |
| JSCustomElementInterface * CustomElementRegistry::findInterface | ( | const Element & | element | ) | const |
| JSCustomElementInterface * CustomElementRegistry::findInterface | ( | const QualifiedName & | name | ) | const |
| JSCustomElementInterface * CustomElementRegistry::findInterface | ( | const AtomicString & | name | ) | const |
| JSCustomElementInterface * CustomElementRegistry::findInterface | ( | const JSC::JSObject * | constructor | ) | const |
| JSC::JSValue CustomElementRegistry::get | ( | const AtomicString & | name | ) |
|
inline |
|
friend |
1.8.13