Home
last modified time | relevance | path

Searched refs:sAttributesSVG (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsTreeSanitizer.h209 static nsTHashtable<nsISupportsHashKey>* sAttributesSVG; variable
H A DnsTreeSanitizer.cpp930 nsTHashtable<nsISupportsHashKey>* nsTreeSanitizer::sAttributesSVG = nullptr; member in nsTreeSanitizer
1406 sAttributesSVG, in SanitizeChildren()
1445 sAttributesSVG, in SanitizeChildren()
1506 sAttributesSVG = new nsTHashtable<nsISupportsHashKey>(ArrayLength(kAttributesSVG)); in InitializeStatics()
1508 sAttributesSVG->PutEntry(*kAttributesSVG[i]); in InitializeStatics()
1540 delete sAttributesSVG; in ReleaseStatics()
1541 sAttributesSVG = nullptr; in ReleaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsTreeSanitizer.h218 static nsTHashtable<nsRefPtrHashKey<nsAtom>>* sAttributesSVG; variable
H A DnsTreeSanitizer.cpp963 nsTHashtable<nsRefPtrHashKey<nsAtom>>* nsTreeSanitizer::sAttributesSVG = member in nsTreeSanitizer
1459 SanitizeAttributes(elt, sAttributesSVG, kURLAttributesSVG, true, in SanitizeChildren()
1494 SanitizeAttributes(elt, sAttributesSVG, kURLAttributesSVG, true, in SanitizeChildren()
1567 sAttributesSVG = in InitializeStatics()
1570 sAttributesSVG->PutEntry(*kAttributesSVG[i]); in InitializeStatics()
1602 delete sAttributesSVG; in ReleaseStatics()
1603 sAttributesSVG = nullptr; in ReleaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsTreeSanitizer.h246 static AtomsTable* sAttributesSVG; variable
H A DnsTreeSanitizer.cpp948 nsTreeSanitizer::AtomsTable* nsTreeSanitizer::sAttributesSVG = nullptr; member in nsTreeSanitizer
1355 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1398 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1485 sAttributesSVG = new AtomsTable(ArrayLength(kAttributesSVG)); in InitializeStatics()
1487 sAttributesSVG->PutEntry(kAttributesSVG[i]); in InitializeStatics()
1518 delete sAttributesSVG; in ReleaseStatics()
1519 sAttributesSVG = nullptr; in ReleaseStatics()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsTreeSanitizer.cpp974 nsTreeSanitizer::AtomsTable* nsTreeSanitizer::sAttributesSVG = nullptr; member in nsTreeSanitizer
1433 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1476 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1561 sAttributesSVG = new AtomsTable(ArrayLength(kAttributesSVG)); in InitializeStatics()
1563 sAttributesSVG->Insert(kAttributesSVG[i]); in InitializeStatics()
1594 delete sAttributesSVG; in ReleaseStatics()
1595 sAttributesSVG = nullptr; in ReleaseStatics()
H A DnsTreeSanitizer.h276 static AtomsTable* sAttributesSVG; variable
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsTreeSanitizer.cpp974 nsTreeSanitizer::AtomsTable* nsTreeSanitizer::sAttributesSVG = nullptr; member in nsTreeSanitizer
1433 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1476 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1561 sAttributesSVG = new AtomsTable(ArrayLength(kAttributesSVG)); in InitializeStatics()
1563 sAttributesSVG->Insert(kAttributesSVG[i]); in InitializeStatics()
1594 delete sAttributesSVG; in ReleaseStatics()
1595 sAttributesSVG = nullptr; in ReleaseStatics()
H A DnsTreeSanitizer.h276 static AtomsTable* sAttributesSVG; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsTreeSanitizer.cpp974 nsTreeSanitizer::AtomsTable* nsTreeSanitizer::sAttributesSVG = nullptr; member in nsTreeSanitizer
1433 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1476 allowed.mNames = sAttributesSVG; in SanitizeChildren()
1561 sAttributesSVG = new AtomsTable(ArrayLength(kAttributesSVG)); in InitializeStatics()
1563 sAttributesSVG->Insert(kAttributesSVG[i]); in InitializeStatics()
1594 delete sAttributesSVG; in ReleaseStatics()
1595 sAttributesSVG = nullptr; in ReleaseStatics()
H A DnsTreeSanitizer.h276 static AtomsTable* sAttributesSVG; variable