Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h383 static nsHtml5AttributeName* ATTR_TARGETX; variable
H A DnsHtml5AttributeName.cpp342 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETX = nullptr; member in nsHtml5AttributeName
1199 ATTR_TARGETX = new nsHtml5AttributeName( in initializeStatics()
1954 ATTRIBUTE_NAMES[88] = ATTR_TARGETX; in initializeStatics()
2579 delete ATTR_TARGETX; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h382 static nsHtml5AttributeName* ATTR_TARGETX; variable
H A DnsHtml5AttributeName.cpp341 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETX = nullptr; member in nsHtml5AttributeName
1198 ATTR_TARGETX = new nsHtml5AttributeName( in initializeStatics()
1953 ATTRIBUTE_NAMES[88] = ATTR_TARGETX; in initializeStatics()
2578 delete ATTR_TARGETX; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h379 static nsHtml5AttributeName* ATTR_TARGETX; variable
H A DnsHtml5AttributeName.cpp334 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETX = nullptr; member in nsHtml5AttributeName
1182 ATTR_TARGETX = new nsHtml5AttributeName( in initializeStatics()
2198 ATTRIBUTE_NAMES[355] = ATTR_TARGETX; in initializeStatics()
2547 delete ATTR_TARGETX; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h383 static nsHtml5AttributeName* ATTR_TARGETX; variable
H A DnsHtml5AttributeName.cpp342 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETX = nullptr; member in nsHtml5AttributeName
1199 ATTR_TARGETX = new nsHtml5AttributeName( in initializeStatics()
1954 ATTRIBUTE_NAMES[88] = ATTR_TARGETX; in initializeStatics()
2579 delete ATTR_TARGETX; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h382 static nsHtml5AttributeName* ATTR_TARGETX; variable
H A DnsHtml5AttributeName.cpp341 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETX = nullptr; member in nsHtml5AttributeName
1194 ATTR_TARGETX = new nsHtml5AttributeName( in initializeStatics()
2215 ATTRIBUTE_NAMES[356] = ATTR_TARGETX; in initializeStatics()
2569 delete ATTR_TARGETX; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h313 static nsHtml5AttributeName* ATTR_TARGETX; variable
H A DnsHtml5AttributeName.cpp416 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETX = nullptr; member in nsHtml5AttributeName
1037ATTR_TARGETX = new nsHtml5AttributeName(ALL_NO_NS, SVG_DIFFERENT(nsHtml5Atoms::targetx, nsHtml5Ato… in initializeStatics()
1621 ATTRIBUTE_NAMES[218] = ATTR_TARGETX; in initializeStatics()
2217 delete ATTR_TARGETX; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h590 #define ATTR_TARGETX ((DOM::emptyNamespace << 16) | 514) macro
H A Dhtmlnames.cpp546 s_idTable->addStaticMapping(localNamePart(ATTR_TARGETX), "targetX"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp639 targetXAttr = DOM::QualifiedName(ATTR_TARGETX, DOM::emptyPrefixName); in init()