Home
last modified time | relevance | path

Searched refs:ATTR_POINTSATY (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h474 static nsHtml5AttributeName* ATTR_POINTSATY; variable
H A DnsHtml5AttributeName.cpp433 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATY = nullptr; member in nsHtml5AttributeName
1404 ATTR_POINTSATY = new nsHtml5AttributeName( in initializeStatics()
2268 ATTRIBUTE_NAMES[402] = ATTR_POINTSATY; in initializeStatics()
2670 delete ATTR_POINTSATY; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h473 static nsHtml5AttributeName* ATTR_POINTSATY; variable
H A DnsHtml5AttributeName.cpp432 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATY = nullptr; member in nsHtml5AttributeName
1403 ATTR_POINTSATY = new nsHtml5AttributeName( in initializeStatics()
2267 ATTRIBUTE_NAMES[402] = ATTR_POINTSATY; in initializeStatics()
2669 delete ATTR_POINTSATY; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h470 static nsHtml5AttributeName* ATTR_POINTSATY; variable
H A DnsHtml5AttributeName.cpp425 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATY = nullptr; member in nsHtml5AttributeName
1387 ATTR_POINTSATY = new nsHtml5AttributeName( in initializeStatics()
1942 ATTRIBUTE_NAMES[99] = ATTR_POINTSATY; in initializeStatics()
2638 delete ATTR_POINTSATY; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h474 static nsHtml5AttributeName* ATTR_POINTSATY; variable
H A DnsHtml5AttributeName.cpp433 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATY = nullptr; member in nsHtml5AttributeName
1404 ATTR_POINTSATY = new nsHtml5AttributeName( in initializeStatics()
2268 ATTRIBUTE_NAMES[402] = ATTR_POINTSATY; in initializeStatics()
2670 delete ATTR_POINTSATY; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h473 static nsHtml5AttributeName* ATTR_POINTSATY; variable
H A DnsHtml5AttributeName.cpp432 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATY = nullptr; member in nsHtml5AttributeName
1399 ATTR_POINTSATY = new nsHtml5AttributeName( in initializeStatics()
2059 ATTRIBUTE_NAMES[200] = ATTR_POINTSATY; in initializeStatics()
2660 delete ATTR_POINTSATY; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h415 static nsHtml5AttributeName* ATTR_POINTSATY; variable
H A DnsHtml5AttributeName.cpp518 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATY = nullptr; member in nsHtml5AttributeName
1139ATTR_POINTSATY = new nsHtml5AttributeName(ALL_NO_NS, SVG_DIFFERENT(nsHtml5Atoms::pointsaty, nsHtml… in initializeStatics()
1723 ATTRIBUTE_NAMES[320] = ATTR_POINTSATY; in initializeStatics()
2319 delete ATTR_POINTSATY; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h543 #define ATTR_POINTSATY ((DOM::emptyNamespace << 16) | 467) macro
H A Dhtmlnames.cpp499 s_idTable->addStaticMapping(localNamePart(ATTR_POINTSATY), "pointsAtY"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp590 pointsAtYAttr = DOM::QualifiedName(ATTR_POINTSATY, DOM::emptyPrefixName); in init()