Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h265 static nsHtml5AttributeName* ATTR_ENABLE_BACKGROUND; variable
H A DnsHtml5AttributeName.cpp224 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENABLE_BACKGROUND = nullptr; member in nsHtml5AttributeName
938 ATTR_ENABLE_BACKGROUND = new nsHtml5AttributeName( in initializeStatics()
2014 ATTRIBUTE_NAMES[148] = ATTR_ENABLE_BACKGROUND; in initializeStatics()
2461 delete ATTR_ENABLE_BACKGROUND; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h264 static nsHtml5AttributeName* ATTR_ENABLE_BACKGROUND; variable
H A DnsHtml5AttributeName.cpp223 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENABLE_BACKGROUND = nullptr; member in nsHtml5AttributeName
937 ATTR_ENABLE_BACKGROUND = new nsHtml5AttributeName( in initializeStatics()
2013 ATTRIBUTE_NAMES[148] = ATTR_ENABLE_BACKGROUND; in initializeStatics()
2460 delete ATTR_ENABLE_BACKGROUND; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h265 static nsHtml5AttributeName* ATTR_ENABLE_BACKGROUND; variable
H A DnsHtml5AttributeName.cpp220 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENABLE_BACKGROUND = nullptr; member in nsHtml5AttributeName
929 ATTR_ENABLE_BACKGROUND = new nsHtml5AttributeName( in initializeStatics()
2141 ATTRIBUTE_NAMES[298] = ATTR_ENABLE_BACKGROUND; in initializeStatics()
2433 delete ATTR_ENABLE_BACKGROUND; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h265 static nsHtml5AttributeName* ATTR_ENABLE_BACKGROUND; variable
H A DnsHtml5AttributeName.cpp224 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENABLE_BACKGROUND = nullptr; member in nsHtml5AttributeName
938 ATTR_ENABLE_BACKGROUND = new nsHtml5AttributeName( in initializeStatics()
2014 ATTRIBUTE_NAMES[148] = ATTR_ENABLE_BACKGROUND; in initializeStatics()
2461 delete ATTR_ENABLE_BACKGROUND; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h265 static nsHtml5AttributeName* ATTR_ENABLE_BACKGROUND; variable
H A DnsHtml5AttributeName.cpp224 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENABLE_BACKGROUND = nullptr; member in nsHtml5AttributeName
935 ATTR_ENABLE_BACKGROUND = new nsHtml5AttributeName( in initializeStatics()
2007 ATTRIBUTE_NAMES[148] = ATTR_ENABLE_BACKGROUND; in initializeStatics()
2452 delete ATTR_ENABLE_BACKGROUND; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h647 static nsHtml5AttributeName* ATTR_ENABLE_BACKGROUND; variable
H A DnsHtml5AttributeName.cpp750 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENABLE_BACKGROUND = nullptr; member in nsHtml5AttributeName
1371ATTR_ENABLE_BACKGROUND = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::enable_backg… in initializeStatics()
1955 ATTRIBUTE_NAMES[552] = ATTR_ENABLE_BACKGROUND; in initializeStatics()
2551 delete ATTR_ENABLE_BACKGROUND; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h451 #define ATTR_ENABLE_BACKGROUND ((DOM::emptyNamespace << 16) | 375) macro
H A Dhtmlnames.cpp407 s_idTable->addStaticMapping(localNamePart(ATTR_ENABLE_BACKGROUND), "enable-background"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp484 enable_backgroundAttr = DOM::QualifiedName(ATTR_ENABLE_BACKGROUND, DOM::emptyPrefixName); in init()