Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h276 static nsHtml5AttributeName* ATTR_SPECULARCONSTANT; variable
H A DnsHtml5AttributeName.cpp235 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULARCONSTANT = nullptr; member in nsHtml5AttributeName
963 ATTR_SPECULARCONSTANT = new nsHtml5AttributeName( in initializeStatics()
2169 ATTRIBUTE_NAMES[303] = ATTR_SPECULARCONSTANT; in initializeStatics()
2472 delete ATTR_SPECULARCONSTANT; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h275 static nsHtml5AttributeName* ATTR_SPECULARCONSTANT; variable
H A DnsHtml5AttributeName.cpp234 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULARCONSTANT = nullptr; member in nsHtml5AttributeName
962 ATTR_SPECULARCONSTANT = new nsHtml5AttributeName( in initializeStatics()
2168 ATTRIBUTE_NAMES[303] = ATTR_SPECULARCONSTANT; in initializeStatics()
2471 delete ATTR_SPECULARCONSTANT; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h276 static nsHtml5AttributeName* ATTR_SPECULARCONSTANT; variable
H A DnsHtml5AttributeName.cpp231 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULARCONSTANT = nullptr; member in nsHtml5AttributeName
954 ATTR_SPECULARCONSTANT = new nsHtml5AttributeName( in initializeStatics()
1994 ATTRIBUTE_NAMES[151] = ATTR_SPECULARCONSTANT; in initializeStatics()
2444 delete ATTR_SPECULARCONSTANT; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h276 static nsHtml5AttributeName* ATTR_SPECULARCONSTANT; variable
H A DnsHtml5AttributeName.cpp235 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULARCONSTANT = nullptr; member in nsHtml5AttributeName
963 ATTR_SPECULARCONSTANT = new nsHtml5AttributeName( in initializeStatics()
2169 ATTRIBUTE_NAMES[303] = ATTR_SPECULARCONSTANT; in initializeStatics()
2472 delete ATTR_SPECULARCONSTANT; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h276 static nsHtml5AttributeName* ATTR_SPECULARCONSTANT; variable
H A DnsHtml5AttributeName.cpp235 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULARCONSTANT = nullptr; member in nsHtml5AttributeName
960 ATTR_SPECULARCONSTANT = new nsHtml5AttributeName( in initializeStatics()
2162 ATTRIBUTE_NAMES[303] = ATTR_SPECULARCONSTANT; in initializeStatics()
2463 delete ATTR_SPECULARCONSTANT; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h641 static nsHtml5AttributeName* ATTR_SPECULARCONSTANT; variable
H A DnsHtml5AttributeName.cpp744 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULARCONSTANT = nullptr; member in nsHtml5AttributeName
1365ATTR_SPECULARCONSTANT = new nsHtml5AttributeName(ALL_NO_NS, SVG_DIFFERENT(nsHtml5Atoms::specularco… in initializeStatics()
1949 ATTRIBUTE_NAMES[546] = ATTR_SPECULARCONSTANT; in initializeStatics()
2545 delete ATTR_SPECULARCONSTANT; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h567 #define ATTR_SPECULARCONSTANT ((DOM::emptyNamespace << 16) | 491) macro
H A Dhtmlnames.cpp523 s_idTable->addStaticMapping(localNamePart(ATTR_SPECULARCONSTANT), "specularConstant"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp614 specularConstantAttr = DOM::QualifiedName(ATTR_SPECULARCONSTANT, DOM::emptyPrefixName); in init()