Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h423 static nsHtml5AttributeName* ATTR_MARKER_END; variable
H A DnsHtml5AttributeName.cpp382 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_END = nullptr; member in nsHtml5AttributeName
1288 ATTR_MARKER_END = new nsHtml5AttributeName( in initializeStatics()
1959 ATTRIBUTE_NAMES[93] = ATTR_MARKER_END; in initializeStatics()
2619 delete ATTR_MARKER_END; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h422 static nsHtml5AttributeName* ATTR_MARKER_END; variable
H A DnsHtml5AttributeName.cpp381 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_END = nullptr; member in nsHtml5AttributeName
1287 ATTR_MARKER_END = new nsHtml5AttributeName( in initializeStatics()
1958 ATTRIBUTE_NAMES[93] = ATTR_MARKER_END; in initializeStatics()
2618 delete ATTR_MARKER_END; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h419 static nsHtml5AttributeName* ATTR_MARKER_END; variable
H A DnsHtml5AttributeName.cpp374 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_END = nullptr; member in nsHtml5AttributeName
1271 ATTR_MARKER_END = new nsHtml5AttributeName( in initializeStatics()
2218 ATTRIBUTE_NAMES[375] = ATTR_MARKER_END; in initializeStatics()
2587 delete ATTR_MARKER_END; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h423 static nsHtml5AttributeName* ATTR_MARKER_END; variable
H A DnsHtml5AttributeName.cpp382 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_END = nullptr; member in nsHtml5AttributeName
1288 ATTR_MARKER_END = new nsHtml5AttributeName( in initializeStatics()
1959 ATTRIBUTE_NAMES[93] = ATTR_MARKER_END; in initializeStatics()
2619 delete ATTR_MARKER_END; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h422 static nsHtml5AttributeName* ATTR_MARKER_END; variable
H A DnsHtml5AttributeName.cpp381 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_END = nullptr; member in nsHtml5AttributeName
1283 ATTR_MARKER_END = new nsHtml5AttributeName( in initializeStatics()
2235 ATTRIBUTE_NAMES[376] = ATTR_MARKER_END; in initializeStatics()
2609 delete ATTR_MARKER_END; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h449 static nsHtml5AttributeName* ATTR_MARKER_END; variable
H A DnsHtml5AttributeName.cpp552 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_END = nullptr; member in nsHtml5AttributeName
1173ATTR_MARKER_END = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::marker_end), ALL_NO… in initializeStatics()
1757 ATTRIBUTE_NAMES[354] = ATTR_MARKER_END; in initializeStatics()
2353 delete ATTR_MARKER_END; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h505 #define ATTR_MARKER_END ((DOM::emptyNamespace << 16) | 429) macro
H A Dhtmlnames.cpp461 s_idTable->addStaticMapping(localNamePart(ATTR_MARKER_END), "marker-end"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp547 marker_endAttr = DOM::QualifiedName(ATTR_MARKER_END, DOM::emptyPrefixName); in init()