Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h578 static nsHtml5AttributeName* ATTR_STARTOFFSET; variable
H A DnsHtml5AttributeName.cpp540 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STARTOFFSET = nullptr; member in nsHtml5AttributeName
1634 ATTR_STARTOFFSET = new nsHtml5AttributeName( in initializeStatics()
2320 ATTRIBUTE_NAMES[454] = ATTR_STARTOFFSET; in initializeStatics()
2774 delete ATTR_STARTOFFSET; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h577 static nsHtml5AttributeName* ATTR_STARTOFFSET; variable
H A DnsHtml5AttributeName.cpp539 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STARTOFFSET = nullptr; member in nsHtml5AttributeName
1633 ATTR_STARTOFFSET = new nsHtml5AttributeName( in initializeStatics()
2319 ATTRIBUTE_NAMES[454] = ATTR_STARTOFFSET; in initializeStatics()
2773 delete ATTR_STARTOFFSET; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h572 static nsHtml5AttributeName* ATTR_STARTOFFSET; variable
H A DnsHtml5AttributeName.cpp530 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STARTOFFSET = nullptr; member in nsHtml5AttributeName
1613 ATTR_STARTOFFSET = new nsHtml5AttributeName( in initializeStatics()
2068 ATTRIBUTE_NAMES[225] = ATTR_STARTOFFSET; in initializeStatics()
2740 delete ATTR_STARTOFFSET; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h578 static nsHtml5AttributeName* ATTR_STARTOFFSET; variable
H A DnsHtml5AttributeName.cpp540 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STARTOFFSET = nullptr; member in nsHtml5AttributeName
1634 ATTR_STARTOFFSET = new nsHtml5AttributeName( in initializeStatics()
2320 ATTRIBUTE_NAMES[454] = ATTR_STARTOFFSET; in initializeStatics()
2774 delete ATTR_STARTOFFSET; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h576 static nsHtml5AttributeName* ATTR_STARTOFFSET; variable
H A DnsHtml5AttributeName.cpp538 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STARTOFFSET = nullptr; member in nsHtml5AttributeName
1627 ATTR_STARTOFFSET = new nsHtml5AttributeName( in initializeStatics()
2312 ATTRIBUTE_NAMES[453] = ATTR_STARTOFFSET; in initializeStatics()
2763 delete ATTR_STARTOFFSET; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h506 static nsHtml5AttributeName* ATTR_STARTOFFSET; variable
H A DnsHtml5AttributeName.cpp609 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STARTOFFSET = nullptr; member in nsHtml5AttributeName
1230ATTR_STARTOFFSET = new nsHtml5AttributeName(ALL_NO_NS, SVG_DIFFERENT(nsHtml5Atoms::startoffset, ns… in initializeStatics()
1814 ATTRIBUTE_NAMES[411] = ATTR_STARTOFFSET; in initializeStatics()
2410 delete ATTR_STARTOFFSET; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h570 #define ATTR_STARTOFFSET ((DOM::emptyNamespace << 16) | 494) macro
H A Dhtmlnames.cpp526 s_idTable->addStaticMapping(localNamePart(ATTR_STARTOFFSET), "startOffset"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp617 startOffsetAttr = DOM::QualifiedName(ATTR_STARTOFFSET, DOM::emptyPrefixName); in init()