Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h436 static nsHtml5AttributeName* ATTR_FILL_OPACITY; variable
H A DnsHtml5AttributeName.cpp395 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_OPACITY = nullptr; member in nsHtml5AttributeName
1319 ATTR_FILL_OPACITY = new nsHtml5AttributeName( in initializeStatics()
2249 ATTRIBUTE_NAMES[383] = ATTR_FILL_OPACITY; in initializeStatics()
2632 delete ATTR_FILL_OPACITY; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h435 static nsHtml5AttributeName* ATTR_FILL_OPACITY; variable
H A DnsHtml5AttributeName.cpp394 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_OPACITY = nullptr; member in nsHtml5AttributeName
1318 ATTR_FILL_OPACITY = new nsHtml5AttributeName( in initializeStatics()
2248 ATTRIBUTE_NAMES[383] = ATTR_FILL_OPACITY; in initializeStatics()
2631 delete ATTR_FILL_OPACITY; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h432 static nsHtml5AttributeName* ATTR_FILL_OPACITY; variable
H A DnsHtml5AttributeName.cpp387 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_OPACITY = nullptr; member in nsHtml5AttributeName
1302 ATTR_FILL_OPACITY = new nsHtml5AttributeName( in initializeStatics()
2033 ATTRIBUTE_NAMES[190] = ATTR_FILL_OPACITY; in initializeStatics()
2600 delete ATTR_FILL_OPACITY; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h436 static nsHtml5AttributeName* ATTR_FILL_OPACITY; variable
H A DnsHtml5AttributeName.cpp395 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_OPACITY = nullptr; member in nsHtml5AttributeName
1319 ATTR_FILL_OPACITY = new nsHtml5AttributeName( in initializeStatics()
2249 ATTRIBUTE_NAMES[383] = ATTR_FILL_OPACITY; in initializeStatics()
2632 delete ATTR_FILL_OPACITY; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h435 static nsHtml5AttributeName* ATTR_FILL_OPACITY; variable
H A DnsHtml5AttributeName.cpp394 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_OPACITY = nullptr; member in nsHtml5AttributeName
1314 ATTR_FILL_OPACITY = new nsHtml5AttributeName( in initializeStatics()
1859 ATTRIBUTE_NAMES[0] = ATTR_FILL_OPACITY; in initializeStatics()
2622 delete ATTR_FILL_OPACITY; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h519 static nsHtml5AttributeName* ATTR_FILL_OPACITY; variable
H A DnsHtml5AttributeName.cpp622 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_OPACITY = nullptr; member in nsHtml5AttributeName
1243ATTR_FILL_OPACITY = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::fill_opacity), AL… in initializeStatics()
1827 ATTRIBUTE_NAMES[424] = ATTR_FILL_OPACITY; in initializeStatics()
2423 delete ATTR_FILL_OPACITY; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h456 #define ATTR_FILL_OPACITY ((DOM::emptyNamespace << 16) | 380) macro
H A Dhtmlnames.cpp412 s_idTable->addStaticMapping(localNamePart(ATTR_FILL_OPACITY), "fill-opacity"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp494 fill_opacityAttr = DOM::QualifiedName(ATTR_FILL_OPACITY, DOM::emptyPrefixName); in init()