Home
last modified time | relevance | path

Searched refs:CustomElementReactionsStack (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDocGroup.h54 mozilla::dom::CustomElementReactionsStack* CustomElementReactionsStack() { in CustomElementReactionsStack() function
57 mReactionsStack = new mozilla::dom::CustomElementReactionsStack(); in CustomElementReactionsStack()
109 RefPtr<mozilla::dom::CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.h193 class CustomElementReactionsStack {
195 NS_INLINE_DECL_REFCOUNTING(CustomElementReactionsStack) in NS_INLINE_DECL_REFCOUNTING() argument
197 CustomElementReactionsStack() in NS_INLINE_DECL_REFCOUNTING()
270 ~CustomElementReactionsStack(){}; in ~CustomElementReactionsStack()
309 explicit BackupQueueMicroTask(CustomElementReactionsStack* aReactionStack) in BackupQueueMicroTask()
322 RefPtr<CustomElementReactionsStack> mReactionStack;
466 AutoCEReaction(CustomElementReactionsStack* aReactionsStack, JSContext* aCx) in AutoCEReaction()
478 RefPtr<CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.cpp411 CustomElementReactionsStack* reactionsStack = in EnqueueLifecycleCallback()
412 docGroup->CustomElementReactionsStack(); in EnqueueLifecycleCallback()
428 CustomElementReactionsStack* reactionsStack = in UpgradeCandidates()
429 docGroup->CustomElementReactionsStack(); in UpgradeCandidates()
916 void CustomElementReactionsStack::CreateAndPushElementQueue() { in CreateAndPushElementQueue()
925 void CustomElementReactionsStack::PopAndInvokeElementQueue() { in PopAndInvokeElementQueue()
959 void CustomElementReactionsStack::EnqueueUpgradeReaction( in EnqueueUpgradeReaction()
964 void CustomElementReactionsStack::EnqueueCallbackReaction( in EnqueueCallbackReaction()
971 void CustomElementReactionsStack::Enqueue(Element* aElement, in Enqueue()
1008 void CustomElementReactionsStack::InvokeBackupQueue() { in InvokeBackupQueue()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocGroup.h25 class CustomElementReactionsStack; variable
74 mozilla::dom::CustomElementReactionsStack* CustomElementReactionsStack();
139 RefPtr<mozilla::dom::CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.h231 class CustomElementReactionsStack {
233 NS_INLINE_DECL_REFCOUNTING(CustomElementReactionsStack) in NS_INLINE_DECL_REFCOUNTING() argument
235 CustomElementReactionsStack() in NS_INLINE_DECL_REFCOUNTING()
317 ~CustomElementReactionsStack() = default;
358 explicit BackupQueueMicroTask(CustomElementReactionsStack* aReactionStack) in BackupQueueMicroTask()
371 const RefPtr<CustomElementReactionsStack> mReactionStack;
590 AutoCEReaction(CustomElementReactionsStack* aReactionsStack, JSContext* aCx) in AutoCEReaction()
603 const RefPtr<CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.cpp543 CustomElementReactionsStack* reactionsStack = in EnqueueLifecycleCallback()
544 docGroup->CustomElementReactionsStack(); in EnqueueLifecycleCallback()
618 CustomElementReactionsStack* reactionsStack = in UpgradeCandidates()
619 docGroup->CustomElementReactionsStack(); in UpgradeCandidates()
1298 void CustomElementReactionsStack::CreateAndPushElementQueue() { in CreateAndPushElementQueue()
1307 void CustomElementReactionsStack::PopAndInvokeElementQueue() { in PopAndInvokeElementQueue()
1341 void CustomElementReactionsStack::EnqueueUpgradeReaction( in EnqueueUpgradeReaction()
1346 void CustomElementReactionsStack::EnqueueCallbackReaction( in EnqueueCallbackReaction()
1353 void CustomElementReactionsStack::Enqueue(Element* aElement, in Enqueue()
1388 void CustomElementReactionsStack::InvokeBackupQueue() { in InvokeBackupQueue()
[all …]
H A DDocGroup.cpp172 mozilla::dom::CustomElementReactionsStack*
173 DocGroup::CustomElementReactionsStack() { in CustomElementReactionsStack() function in mozilla::dom::DocGroup
176 mReactionsStack = new mozilla::dom::CustomElementReactionsStack(); in CustomElementReactionsStack()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocGroup.h25 class CustomElementReactionsStack; variable
74 mozilla::dom::CustomElementReactionsStack* CustomElementReactionsStack();
139 RefPtr<mozilla::dom::CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.h218 class CustomElementReactionsStack {
220 NS_INLINE_DECL_REFCOUNTING(CustomElementReactionsStack) in NS_INLINE_DECL_REFCOUNTING() argument
222 CustomElementReactionsStack() in NS_INLINE_DECL_REFCOUNTING()
304 ~CustomElementReactionsStack() = default;
345 explicit BackupQueueMicroTask(CustomElementReactionsStack* aReactionStack) in BackupQueueMicroTask()
358 const RefPtr<CustomElementReactionsStack> mReactionStack;
570 AutoCEReaction(CustomElementReactionsStack* aReactionsStack, JSContext* aCx) in AutoCEReaction()
583 const RefPtr<CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.cpp602 CustomElementReactionsStack* reactionsStack = in EnqueueLifecycleCallback()
603 docGroup->CustomElementReactionsStack(); in EnqueueLifecycleCallback()
676 CustomElementReactionsStack* reactionsStack = in UpgradeCandidates()
677 docGroup->CustomElementReactionsStack(); in UpgradeCandidates()
1383 void CustomElementReactionsStack::CreateAndPushElementQueue() { in CreateAndPushElementQueue()
1392 void CustomElementReactionsStack::PopAndInvokeElementQueue() { in PopAndInvokeElementQueue()
1426 void CustomElementReactionsStack::EnqueueUpgradeReaction( in EnqueueUpgradeReaction()
1431 void CustomElementReactionsStack::EnqueueCallbackReaction( in EnqueueCallbackReaction()
1438 void CustomElementReactionsStack::Enqueue(Element* aElement, in Enqueue()
1473 void CustomElementReactionsStack::InvokeBackupQueue() { in InvokeBackupQueue()
[all …]
H A DDocGroup.cpp172 mozilla::dom::CustomElementReactionsStack*
173 DocGroup::CustomElementReactionsStack() { in CustomElementReactionsStack() function in mozilla::dom::DocGroup
176 mReactionsStack = new mozilla::dom::CustomElementReactionsStack(); in CustomElementReactionsStack()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocGroup.h25 class CustomElementReactionsStack; variable
74 mozilla::dom::CustomElementReactionsStack* CustomElementReactionsStack();
139 RefPtr<mozilla::dom::CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.h231 class CustomElementReactionsStack {
233 NS_INLINE_DECL_REFCOUNTING(CustomElementReactionsStack) in NS_INLINE_DECL_REFCOUNTING() argument
235 CustomElementReactionsStack() in NS_INLINE_DECL_REFCOUNTING()
317 ~CustomElementReactionsStack() = default;
358 explicit BackupQueueMicroTask(CustomElementReactionsStack* aReactionStack) in BackupQueueMicroTask()
371 const RefPtr<CustomElementReactionsStack> mReactionStack;
590 AutoCEReaction(CustomElementReactionsStack* aReactionsStack, JSContext* aCx) in AutoCEReaction()
603 const RefPtr<CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.cpp543 CustomElementReactionsStack* reactionsStack = in EnqueueLifecycleCallback()
544 docGroup->CustomElementReactionsStack(); in EnqueueLifecycleCallback()
618 CustomElementReactionsStack* reactionsStack = in UpgradeCandidates()
619 docGroup->CustomElementReactionsStack(); in UpgradeCandidates()
1298 void CustomElementReactionsStack::CreateAndPushElementQueue() { in CreateAndPushElementQueue()
1307 void CustomElementReactionsStack::PopAndInvokeElementQueue() { in PopAndInvokeElementQueue()
1341 void CustomElementReactionsStack::EnqueueUpgradeReaction( in EnqueueUpgradeReaction()
1346 void CustomElementReactionsStack::EnqueueCallbackReaction( in EnqueueCallbackReaction()
1353 void CustomElementReactionsStack::Enqueue(Element* aElement, in Enqueue()
1388 void CustomElementReactionsStack::InvokeBackupQueue() { in InvokeBackupQueue()
[all …]
H A DDocGroup.cpp172 mozilla::dom::CustomElementReactionsStack*
173 DocGroup::CustomElementReactionsStack() { in CustomElementReactionsStack() function in mozilla::dom::DocGroup
176 mReactionsStack = new mozilla::dom::CustomElementReactionsStack(); in CustomElementReactionsStack()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocGroup.h70 mozilla::dom::CustomElementReactionsStack* CustomElementReactionsStack() { in CustomElementReactionsStack() function
73 mReactionsStack = new mozilla::dom::CustomElementReactionsStack(); in CustomElementReactionsStack()
142 RefPtr<mozilla::dom::CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.h216 class CustomElementReactionsStack {
218 NS_INLINE_DECL_REFCOUNTING(CustomElementReactionsStack) in NS_INLINE_DECL_REFCOUNTING() argument
220 CustomElementReactionsStack() in NS_INLINE_DECL_REFCOUNTING()
295 ~CustomElementReactionsStack() = default;
336 explicit BackupQueueMicroTask(CustomElementReactionsStack* aReactionStack) in BackupQueueMicroTask()
349 const RefPtr<CustomElementReactionsStack> mReactionStack;
583 AutoCEReaction(CustomElementReactionsStack* aReactionsStack, JSContext* aCx) in AutoCEReaction()
596 const RefPtr<CustomElementReactionsStack> mReactionsStack;
H A DCustomElementRegistry.cpp535 CustomElementReactionsStack* reactionsStack = in EnqueueLifecycleCallback()
536 docGroup->CustomElementReactionsStack(); in EnqueueLifecycleCallback()
612 CustomElementReactionsStack* reactionsStack = in UpgradeCandidates()
613 docGroup->CustomElementReactionsStack(); in UpgradeCandidates()
1259 void CustomElementReactionsStack::CreateAndPushElementQueue() { in CreateAndPushElementQueue()
1268 void CustomElementReactionsStack::PopAndInvokeElementQueue() { in PopAndInvokeElementQueue()
1302 void CustomElementReactionsStack::EnqueueUpgradeReaction( in EnqueueUpgradeReaction()
1307 void CustomElementReactionsStack::EnqueueCallbackReaction( in EnqueueCallbackReaction()
1314 void CustomElementReactionsStack::Enqueue(Element* aElement, in Enqueue()
1349 void CustomElementReactionsStack::InvokeBackupQueue() { in InvokeBackupQueue()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/mixed-content/gen/top.http-rp/opt-in/
H A D__dir__.ini1 lsan-allowed: [Alloc, CustomElementReactionsStack, MakeRefPtr, MakeUnique, Malloc, Realloc, RefPtr,…
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5TreeOperation.cpp266 autoCEReaction.emplace(docGroup->CustomElementReactionsStack(), nullptr); in Append()
272 docGroup->CustomElementReactionsStack() in Append()
480 document->GetDocGroup()->CustomElementReactionsStack(), nullptr); in CreateHTMLElement()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5TreeOperation.cpp266 autoCEReaction.emplace(docGroup->CustomElementReactionsStack(), nullptr); in Append()
272 docGroup->CustomElementReactionsStack() in Append()
480 document->GetDocGroup()->CustomElementReactionsStack(), nullptr); in CreateHTMLElement()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5TreeOperation.cpp266 autoCEReaction.emplace(docGroup->CustomElementReactionsStack(), nullptr); in Append()
272 docGroup->CustomElementReactionsStack() in Append()
480 document->GetDocGroup()->CustomElementReactionsStack(), nullptr); in CreateHTMLElement()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5TreeOperation.cpp374 document->GetDocGroup()->CustomElementReactionsStack(), nullptr); in CreateHTMLElement()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5TreeOperation.cpp449 document->GetDocGroup()->CustomElementReactionsStack(), nullptr); in CreateHTMLElement()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DBindingUtils.h52 class CustomElementReactionsStack; variable

12