|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <HTMLTreeBuilder.h>
Public Member Functions | |
| CustomElementConstructionData (Ref< JSCustomElementInterface > &&, const AtomicString &name, Vector< Attribute > &&) | |
| ~CustomElementConstructionData () | |
Public Attributes | |
| Ref< JSCustomElementInterface > | elementInterface |
| AtomicString | name |
| Vector< Attribute > | attributes |
| WebCore::CustomElementConstructionData::CustomElementConstructionData | ( | Ref< JSCustomElementInterface > && | customElementInterface, |
| const AtomicString & | name, | ||
| Vector< Attribute > && | attributes | ||
| ) |
| WebCore::CustomElementConstructionData::~CustomElementConstructionData | ( | ) |
| Ref<JSCustomElementInterface> WebCore::CustomElementConstructionData::elementInterface |
| AtomicString WebCore::CustomElementConstructionData::name |
1.8.13