Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGElement.cpp151 LengthAttributesInfo lengthInfo = GetLengthInfo(); in Init() local
154 for (i = 0; i < lengthInfo.mLengthCount; i++) { in Init()
155 lengthInfo.Reset(i); in Init()
349 LengthAttributesInfo lengthInfo = GetLengthInfo(); in ParseAttribute() local
352 for (i = 0; i < lengthInfo.mLengthCount; i++) { in ParseAttribute()
356 lengthInfo.Reset(i); in ParseAttribute()
1444 LengthAttributesInfo lengthInfo = GetLengthInfo(); in SetLength() local
1447 if (aName == lengthInfo.mLengthInfo[i].mName) { in SetLength()
1448 lengthInfo.mLengths[i] = aLength; in SetLength()
1504 LengthAttributesInfo lengthInfo = GetLengthInfo(); in GetAnimatedLength() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGElement.cpp144 LengthAttributesInfo lengthInfo = GetLengthInfo(); in Init() local
147 for (i = 0; i < lengthInfo.mLengthCount; i++) { in Init()
148 lengthInfo.Reset(i); in Init()
327 LengthAttributesInfo lengthInfo = GetLengthInfo(); in ParseAttribute() local
330 for (i = 0; i < lengthInfo.mLengthCount; i++) { in ParseAttribute()
334 lengthInfo.Reset(i); in ParseAttribute()
1599 LengthAttributesInfo lengthInfo = GetLengthInfo(); in SetLength() local
1602 if (aName == *lengthInfo.mLengthInfo[i].mName) { in SetLength()
1603 lengthInfo.mLengths[i] = aLength; in SetLength()
1652 LengthAttributesInfo lengthInfo = GetLengthInfo(); in GetAnimatedLength() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGElement.cpp140 LengthAttributesInfo lengthInfo = GetLengthInfo(); in Init() local
143 for (i = 0; i < lengthInfo.mLengthCount; i++) { in Init()
144 lengthInfo.Reset(i); in Init()
323 LengthAttributesInfo lengthInfo = GetLengthInfo(); in ParseAttribute() local
326 for (i = 0; i < lengthInfo.mLengthCount; i++) { in ParseAttribute()
330 lengthInfo.Reset(i); in ParseAttribute()
1476 LengthAttributesInfo lengthInfo = GetLengthInfo(); in SetLength() local
1479 if (aName == *lengthInfo.mLengthInfo[i].mName) { in SetLength()
1480 lengthInfo.mLengths[i] = aLength; in SetLength()
1521 LengthAttributesInfo lengthInfo = GetLengthInfo(); in GetAnimatedLength() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGElement.cpp373 LengthAttributesInfo lengthInfo = GetLengthInfo(); in ParseAttribute() local
376 for (i = 0; i < lengthInfo.mCount; i++) { in ParseAttribute()
377 if (aAttribute == lengthInfo.mInfos[i].mName) { in ParseAttribute()
380 lengthInfo.Reset(i); in ParseAttribute()
1514 LengthAttributesInfo lengthInfo = GetLengthInfo(); in SetLength() local
1516 for (uint32_t i = 0; i < lengthInfo.mCount; i++) { in SetLength()
1517 if (aName == lengthInfo.mInfos[i].mName) { in SetLength()
1518 lengthInfo.mValues[i] = aLength; in SetLength()
1586 LengthAttributesInfo lengthInfo = GetLengthInfo(); in GetAnimatedLength() local
1589 if (aAttrName == lengthInfo.mInfos[i].mName) { in GetAnimatedLength()
[all …]
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGElement.cpp373 LengthAttributesInfo lengthInfo = GetLengthInfo(); in ParseAttribute() local
376 for (i = 0; i < lengthInfo.mCount; i++) { in ParseAttribute()
377 if (aAttribute == lengthInfo.mInfos[i].mName) { in ParseAttribute()
380 lengthInfo.Reset(i); in ParseAttribute()
1514 LengthAttributesInfo lengthInfo = GetLengthInfo(); in SetLength() local
1516 for (uint32_t i = 0; i < lengthInfo.mCount; i++) { in SetLength()
1517 if (aName == lengthInfo.mInfos[i].mName) { in SetLength()
1518 lengthInfo.mValues[i] = aLength; in SetLength()
1586 LengthAttributesInfo lengthInfo = GetLengthInfo(); in GetAnimatedLength() local
1589 if (aAttrName == lengthInfo.mInfos[i].mName) { in GetAnimatedLength()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGElement.cpp373 LengthAttributesInfo lengthInfo = GetLengthInfo(); in ParseAttribute() local
376 for (i = 0; i < lengthInfo.mCount; i++) { in ParseAttribute()
377 if (aAttribute == lengthInfo.mInfos[i].mName) { in ParseAttribute()
380 lengthInfo.Reset(i); in ParseAttribute()
1514 LengthAttributesInfo lengthInfo = GetLengthInfo(); in SetLength() local
1516 for (uint32_t i = 0; i < lengthInfo.mCount; i++) { in SetLength()
1517 if (aName == lengthInfo.mInfos[i].mName) { in SetLength()
1518 lengthInfo.mValues[i] = aLength; in SetLength()
1586 LengthAttributesInfo lengthInfo = GetLengthInfo(); in GetAnimatedLength() local
1589 if (aAttrName == lengthInfo.mInfos[i].mName) { in GetAnimatedLength()
[all …]