Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h434 static nsHtml5AttributeName* ATTR_FILL_RULE; variable
H A DnsHtml5AttributeName.cpp393 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_RULE = nullptr; member in nsHtml5AttributeName
1315 ATTR_FILL_RULE = new nsHtml5AttributeName( in initializeStatics()
2248 ATTRIBUTE_NAMES[382] = ATTR_FILL_RULE; in initializeStatics()
2630 delete ATTR_FILL_RULE; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h433 static nsHtml5AttributeName* ATTR_FILL_RULE; variable
H A DnsHtml5AttributeName.cpp392 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_RULE = nullptr; member in nsHtml5AttributeName
1314 ATTR_FILL_RULE = new nsHtml5AttributeName( in initializeStatics()
2247 ATTRIBUTE_NAMES[382] = ATTR_FILL_RULE; in initializeStatics()
2629 delete ATTR_FILL_RULE; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h430 static nsHtml5AttributeName* ATTR_FILL_RULE; variable
H A DnsHtml5AttributeName.cpp385 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_RULE = nullptr; member in nsHtml5AttributeName
1298 ATTR_FILL_RULE = new nsHtml5AttributeName( in initializeStatics()
1937 ATTRIBUTE_NAMES[94] = ATTR_FILL_RULE; in initializeStatics()
2598 delete ATTR_FILL_RULE; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h434 static nsHtml5AttributeName* ATTR_FILL_RULE; variable
H A DnsHtml5AttributeName.cpp393 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_RULE = nullptr; member in nsHtml5AttributeName
1315 ATTR_FILL_RULE = new nsHtml5AttributeName( in initializeStatics()
2248 ATTRIBUTE_NAMES[382] = ATTR_FILL_RULE; in initializeStatics()
2630 delete ATTR_FILL_RULE; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h433 static nsHtml5AttributeName* ATTR_FILL_RULE; variable
H A DnsHtml5AttributeName.cpp392 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_RULE = nullptr; member in nsHtml5AttributeName
1310 ATTR_FILL_RULE = new nsHtml5AttributeName( in initializeStatics()
2049 ATTRIBUTE_NAMES[190] = ATTR_FILL_RULE; in initializeStatics()
2620 delete ATTR_FILL_RULE; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h389 static nsHtml5AttributeName* ATTR_FILL_RULE; variable
H A DnsHtml5AttributeName.cpp492 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_RULE = nullptr; member in nsHtml5AttributeName
1113ATTR_FILL_RULE = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::fill_rule), ALL_NO_P… in initializeStatics()
1697 ATTRIBUTE_NAMES[294] = ATTR_FILL_RULE; in initializeStatics()
2293 delete ATTR_FILL_RULE; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h457 #define ATTR_FILL_RULE ((DOM::emptyNamespace << 16) | 381) macro
H A Dhtmlnames.cpp413 s_idTable->addStaticMapping(localNamePart(ATTR_FILL_RULE), "fill-rule"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp495 fill_ruleAttr = DOM::QualifiedName(ATTR_FILL_RULE, DOM::emptyPrefixName); in init()