Home
last modified time | relevance | path

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

/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_imageimpl.cpp167 case ATTR_ONABORT: // ### add support for this in parseAttribute()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h267 static nsHtml5AttributeName* ATTR_ONABORT; variable
H A DnsHtml5AttributeName.cpp226 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONABORT = nullptr; member in nsHtml5AttributeName
942 ATTR_ONABORT = new nsHtml5AttributeName( in initializeStatics()
1902 ATTRIBUTE_NAMES[36] = ATTR_ONABORT; in initializeStatics()
2463 delete ATTR_ONABORT; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h266 static nsHtml5AttributeName* ATTR_ONABORT; variable
H A DnsHtml5AttributeName.cpp225 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONABORT = nullptr; member in nsHtml5AttributeName
941 ATTR_ONABORT = new nsHtml5AttributeName( in initializeStatics()
1901 ATTRIBUTE_NAMES[36] = ATTR_ONABORT; in initializeStatics()
2462 delete ATTR_ONABORT; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h267 static nsHtml5AttributeName* ATTR_ONABORT; variable
H A DnsHtml5AttributeName.cpp222 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONABORT = nullptr; member in nsHtml5AttributeName
933 ATTR_ONABORT = new nsHtml5AttributeName( in initializeStatics()
2142 ATTRIBUTE_NAMES[299] = ATTR_ONABORT; in initializeStatics()
2435 delete ATTR_ONABORT; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h267 static nsHtml5AttributeName* ATTR_ONABORT; variable
H A DnsHtml5AttributeName.cpp226 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONABORT = nullptr; member in nsHtml5AttributeName
942 ATTR_ONABORT = new nsHtml5AttributeName( in initializeStatics()
1902 ATTRIBUTE_NAMES[36] = ATTR_ONABORT; in initializeStatics()
2463 delete ATTR_ONABORT; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h267 static nsHtml5AttributeName* ATTR_ONABORT; variable
H A DnsHtml5AttributeName.cpp226 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONABORT = nullptr; member in nsHtml5AttributeName
939 ATTR_ONABORT = new nsHtml5AttributeName( in initializeStatics()
1895 ATTRIBUTE_NAMES[36] = ATTR_ONABORT; in initializeStatics()
2454 delete ATTR_ONABORT; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h304 static nsHtml5AttributeName* ATTR_ONABORT; variable
H A DnsHtml5AttributeName.cpp407 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONABORT = nullptr; member in nsHtml5AttributeName
1028ATTR_ONABORT = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::onabort), ALL_NO_PREFI… in initializeStatics()
1612 ATTRIBUTE_NAMES[209] = ATTR_ONABORT; in initializeStatics()
2208 delete ATTR_ONABORT; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h232 #define ATTR_ONABORT ((DOM::emptyNamespace << 16) | 169) macro
H A Dhtmlnames.cpp201 s_idTable->addStaticMapping(localNamePart(ATTR_ONABORT), "onabort"); in initIdTable()