Home
last modified time | relevance | path

Searched defs:CustomElementDefinition (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCustomElementRegistry.h145 struct CustomElementDefinition { struct
159 RefPtr<nsAtom> mType;
162 RefPtr<nsAtom> mLocalName;
165 int32_t mNamespaceID;
171 nsTArray<RefPtr<nsAtom>> mObservedAttributes;
174 UniquePtr<LifecycleCallbacks> mCallbacks;
178 bool mFormAssociated = false;
181 bool mDisableInternals = false;
184 bool mDisableShadow = false;
188 nsTArray<RefPtr<Element>> mConstructionStack;
[all …]
H A DCustomElementRegistry.cpp1499 NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN(CustomElementDefinition) in NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCustomElementRegistry.h145 struct CustomElementDefinition { struct
159 RefPtr<nsAtom> mType;
162 RefPtr<nsAtom> mLocalName;
165 int32_t mNamespaceID;
171 nsTArray<RefPtr<nsAtom>> mObservedAttributes;
174 UniquePtr<LifecycleCallbacks> mCallbacks;
178 bool mFormAssociated = false;
181 bool mDisableInternals = false;
184 bool mDisableShadow = false;
188 nsTArray<RefPtr<Element>> mConstructionStack;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCustomElementRegistry.h135 struct CustomElementDefinition { struct
148 RefPtr<nsAtom> mType;
151 RefPtr<nsAtom> mLocalName;
154 int32_t mNamespaceID;
157 RefPtr<CustomElementConstructor> mConstructor;
160 nsTArray<RefPtr<nsAtom>> mObservedAttributes;
163 UniquePtr<LifecycleCallbacks> mCallbacks;
166 bool mDisableInternals = false;
169 bool mDisableShadow = false;
173 nsTArray<RefPtr<Element>> mConstructionStack;
[all …]
H A DCustomElementRegistry.cpp1460 NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN(CustomElementDefinition) in NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN() argument
/dports/www/firefox/firefox-99.0/dom/base/
H A DCustomElementRegistry.h132 struct CustomElementDefinition { struct
146 RefPtr<nsAtom> mType;
149 RefPtr<nsAtom> mLocalName;
152 int32_t mNamespaceID;
158 nsTArray<RefPtr<nsAtom>> mObservedAttributes;
161 UniquePtr<LifecycleCallbacks> mCallbacks;
165 bool mFormAssociated = false;
168 bool mDisableInternals = false;
171 bool mDisableShadow = false;
175 nsTArray<RefPtr<Element>> mConstructionStack;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DCustomElementRegistry.h101 struct CustomElementDefinition struct
111 nsCOMPtr<nsIAtom> mType;
114 nsCOMPtr<nsIAtom> mLocalName;
117 JS::Heap<JSObject *> mConstructor;
120 JS::Heap<JSObject *> mPrototype;
123 nsAutoPtr<mozilla::dom::LifecycleCallbacks> mCallbacks;
129 uint32_t mDocOrder;
H A DCustomElementRegistry.cpp841 CustomElementDefinition::CustomElementDefinition(nsIAtom* aType, in CustomElementDefinition() function in mozilla::dom::CustomElementDefinition
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DCustomElementRegistry.h135 struct CustomElementDefinition { struct
146 RefPtr<nsAtom> mType;
149 RefPtr<nsAtom> mLocalName;
175 ~CustomElementDefinition() {} in ~CustomElementDefinition() argument
H A DCustomElementRegistry.cpp1105 NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN(CustomElementDefinition) in NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dcustomelementregistry.rs86 -> Option<Rc<CustomElementDefinition>> { in lookup_definition()
94 … fn lookup_definition_by_constructor(&self, constructor: HandleObject) -> Option<Rc<CustomElementD… in lookup_definition_by_constructor()
397 pub struct CustomElementDefinition { struct
412 impl CustomElementDefinition { argument
418 -> CustomElementDefinition { in new()
487 pub fn upgrade_element(definition: Rc<CustomElementDefinition>, element: &Element) { in upgrade_element()
700 definition: Option<Rc<CustomElementDefinition>>) { in enqueue_callback_reaction()
769 …ub fn enqueue_upgrade_reaction(&self, element: &Element, definition: Rc<CustomElementDefinition>) { in enqueue_upgrade_reaction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/custom/
H A Dcustom_element_reaction.h14 class CustomElementDefinition; variable
H A Dcustom_element_reaction_factory.h13 class CustomElementDefinition; variable
H A Dcustom_element_definition.cc24 CustomElementDefinition::CustomElementDefinition( in CustomElementDefinition() function in blink::CustomElementDefinition
28 CustomElementDefinition::CustomElementDefinition( in CustomElementDefinition() function in blink::CustomElementDefinition
H A Dcustom_element.h24 class CustomElementDefinition; variable
H A DREADME.md20 ###### CustomElementDefinition l5subsection
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/custom/
H A Dcustom_element_reaction.h14 class CustomElementDefinition; variable
H A Dcustom_element_reaction_factory.h13 class CustomElementDefinition; variable
H A Dcustom_element_definition.cc24 CustomElementDefinition::CustomElementDefinition( in CustomElementDefinition() function in blink::CustomElementDefinition
28 CustomElementDefinition::CustomElementDefinition( in CustomElementDefinition() function in blink::CustomElementDefinition
H A Dcustom_element.h24 class CustomElementDefinition; variable
H A DREADME.md20 ###### CustomElementDefinition l5subsection
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_construction_site.h100 class CustomElementDefinition; in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_construction_site.h100 class CustomElementDefinition; in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Delement.h54 class CustomElementDefinition; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Delement.h54 class CustomElementDefinition; variable

12