Home
last modified time | relevance | path

Searched refs:booleanInfo (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGElement.cpp182 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in Init() local
184 for (i = 0; i < booleanInfo.mBooleanCount; i++) { in Init()
185 booleanInfo.Reset(i); in Init()
511 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in ParseAttribute() local
512 for (i = 0; i < booleanInfo.mBooleanCount; i++) { in ParseAttribute()
513 if (aAttribute == booleanInfo.mBooleanInfo[i].mName) { in ParseAttribute()
516 ? booleanInfo.mBooleans[i].SetBaseValueAtom(valAtom, this) in ParseAttribute()
519 booleanInfo.Reset(i); in ParseAttribute()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGElement.cpp181 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in Init() local
183 for (i = 0; i < booleanInfo.mBooleanCount; i++) { in Init()
184 booleanInfo.Reset(i); in Init()
507 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in ParseAttribute() local
508 for (i = 0; i < booleanInfo.mBooleanCount; i++) { in ParseAttribute()
509 if (aAttribute == *booleanInfo.mBooleanInfo[i].mName) { in ParseAttribute()
511 rv = valAtom ? booleanInfo.mBooleans[i].SetBaseValueAtom(valAtom, this) : in ParseAttribute()
514 booleanInfo.Reset(i); in ParseAttribute()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGElement.cpp177 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in Init() local
179 for (i = 0; i < booleanInfo.mBooleanCount; i++) { in Init()
180 booleanInfo.Reset(i); in Init()
503 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in ParseAttribute() local
504 for (i = 0; i < booleanInfo.mBooleanCount; i++) { in ParseAttribute()
505 if (aAttribute == *booleanInfo.mBooleanInfo[i].mName) { in ParseAttribute()
508 ? booleanInfo.mBooleans[i].SetBaseValueAtom(valAtom, this) in ParseAttribute()
511 booleanInfo.Reset(i); in ParseAttribute()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGElement.cpp530 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in ParseAttribute() local
531 for (i = 0; i < booleanInfo.mCount; i++) { in ParseAttribute()
532 if (aAttribute == booleanInfo.mInfos[i].mName) { in ParseAttribute()
534 rv = valAtom ? booleanInfo.mValues[i].SetBaseValueAtom(valAtom, this) in ParseAttribute()
537 booleanInfo.Reset(i); in ParseAttribute()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGElement.cpp530 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in ParseAttribute() local
531 for (i = 0; i < booleanInfo.mCount; i++) { in ParseAttribute()
532 if (aAttribute == booleanInfo.mInfos[i].mName) { in ParseAttribute()
534 rv = valAtom ? booleanInfo.mValues[i].SetBaseValueAtom(valAtom, this) in ParseAttribute()
537 booleanInfo.Reset(i); in ParseAttribute()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGElement.cpp530 BooleanAttributesInfo booleanInfo = GetBooleanInfo(); in ParseAttribute() local
531 for (i = 0; i < booleanInfo.mCount; i++) { in ParseAttribute()
532 if (aAttribute == booleanInfo.mInfos[i].mName) { in ParseAttribute()
534 rv = valAtom ? booleanInfo.mValues[i].SetBaseValueAtom(valAtom, this) in ParseAttribute()
537 booleanInfo.Reset(i); in ParseAttribute()