Home
last modified time | relevance | path

Searched refs:ATTR_MARGINWIDTH (Results 1 – 17 of 17) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_base.cpp210 return ((ElementImpl *)impl)->getAttribute(ATTR_MARGINWIDTH); in marginWidth()
216 ((ElementImpl *)impl)->setAttribute(ATTR_MARGINWIDTH, value); in setMarginWidth()
403 return ((ElementImpl *)impl)->getAttribute(ATTR_MARGINWIDTH); in marginWidth()
409 ((ElementImpl *)impl)->setAttribute(ATTR_MARGINWIDTH, value); in setMarginWidth()
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_baseimpl.cpp87 case ATTR_MARGINWIDTH: { in parseAttribute()
348 case ATTR_MARGINWIDTH: in parseAttribute()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h379 static nsHtml5AttributeName* ATTR_MARGINWIDTH; variable
H A DnsHtml5AttributeName.cpp338 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINWIDTH = nullptr; member in nsHtml5AttributeName
1191 ATTR_MARGINWIDTH = new nsHtml5AttributeName( in initializeStatics()
1909 ATTRIBUTE_NAMES[43] = ATTR_MARGINWIDTH; in initializeStatics()
2575 delete ATTR_MARGINWIDTH; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h378 static nsHtml5AttributeName* ATTR_MARGINWIDTH; variable
H A DnsHtml5AttributeName.cpp337 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINWIDTH = nullptr; member in nsHtml5AttributeName
1190 ATTR_MARGINWIDTH = new nsHtml5AttributeName( in initializeStatics()
1908 ATTRIBUTE_NAMES[43] = ATTR_MARGINWIDTH; in initializeStatics()
2574 delete ATTR_MARGINWIDTH; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h375 static nsHtml5AttributeName* ATTR_MARGINWIDTH; variable
H A DnsHtml5AttributeName.cpp330 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINWIDTH = nullptr; member in nsHtml5AttributeName
1174 ATTR_MARGINWIDTH = new nsHtml5AttributeName( in initializeStatics()
2196 ATTRIBUTE_NAMES[353] = ATTR_MARGINWIDTH; in initializeStatics()
2543 delete ATTR_MARGINWIDTH; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h379 static nsHtml5AttributeName* ATTR_MARGINWIDTH; variable
H A DnsHtml5AttributeName.cpp338 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINWIDTH = nullptr; member in nsHtml5AttributeName
1191 ATTR_MARGINWIDTH = new nsHtml5AttributeName( in initializeStatics()
1909 ATTRIBUTE_NAMES[43] = ATTR_MARGINWIDTH; in initializeStatics()
2575 delete ATTR_MARGINWIDTH; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h378 static nsHtml5AttributeName* ATTR_MARGINWIDTH; variable
H A DnsHtml5AttributeName.cpp337 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINWIDTH = nullptr; member in nsHtml5AttributeName
1186 ATTR_MARGINWIDTH = new nsHtml5AttributeName( in initializeStatics()
2213 ATTRIBUTE_NAMES[354] = ATTR_MARGINWIDTH; in initializeStatics()
2565 delete ATTR_MARGINWIDTH; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h499 static nsHtml5AttributeName* ATTR_MARGINWIDTH; variable
H A DnsHtml5AttributeName.cpp602 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINWIDTH = nullptr; member in nsHtml5AttributeName
1223ATTR_MARGINWIDTH = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::marginwidth), ALL_… in initializeStatics()
1807 ATTRIBUTE_NAMES[404] = ATTR_MARGINWIDTH; in initializeStatics()
2403 delete ATTR_MARGINWIDTH; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h222 #define ATTR_MARGINWIDTH ((DOM::emptyNamespace << 16) | 159) macro
H A Dhtmlnames.cpp191 s_idTable->addStaticMapping(localNamePart(ATTR_MARGINWIDTH), "marginwidth"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_html.cpp1578 {ID_FRAME, FrameMarginWidth, T_String, ATTR_MARGINWIDTH},
1587 {ID_IFRAME, IFrameMarginWidth, T_String, ATTR_MARGINWIDTH},