Home
last modified time | relevance | path

Searched refs:lenInfo (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGElement.cpp719 LengthAttributesInfo lenInfo = GetLengthInfo(); in UnsetAttrInternal() local
721 for (uint32_t i = 0; i < lenInfo.mCount; i++) { in UnsetAttrInternal()
722 if (aName == lenInfo.mInfos[i].mName) { in UnsetAttrInternal()
724 lenInfo.Reset(i); in UnsetAttrInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGElement.cpp701 LengthAttributesInfo lenInfo = GetLengthInfo(); in UnsetAttrInternal() local
703 for (uint32_t i = 0; i < lenInfo.mLengthCount; i++) { in UnsetAttrInternal()
704 if (aName == lenInfo.mLengthInfo[i].mName) { in UnsetAttrInternal()
706 lenInfo.Reset(i); in UnsetAttrInternal()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGElement.cpp719 LengthAttributesInfo lenInfo = GetLengthInfo(); in UnsetAttrInternal() local
721 for (uint32_t i = 0; i < lenInfo.mCount; i++) { in UnsetAttrInternal()
722 if (aName == lenInfo.mInfos[i].mName) { in UnsetAttrInternal()
724 lenInfo.Reset(i); in UnsetAttrInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGElement.cpp719 LengthAttributesInfo lenInfo = GetLengthInfo(); in UnsetAttrInternal() local
721 for (uint32_t i = 0; i < lenInfo.mCount; i++) { in UnsetAttrInternal()
722 if (aName == lenInfo.mInfos[i].mName) { in UnsetAttrInternal()
724 lenInfo.Reset(i); in UnsetAttrInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGElement.cpp676 LengthAttributesInfo lenInfo = GetLengthInfo(); in UnsetAttrInternal() local
678 for (uint32_t i = 0; i < lenInfo.mLengthCount; i++) { in UnsetAttrInternal()
679 if (aName == *lenInfo.mLengthInfo[i].mName) { in UnsetAttrInternal()
681 lenInfo.Reset(i); in UnsetAttrInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGElement.cpp673 LengthAttributesInfo lenInfo = GetLengthInfo(); in UnsetAttrInternal() local
675 for (uint32_t i = 0; i < lenInfo.mLengthCount; i++) { in UnsetAttrInternal()
676 if (aName == *lenInfo.mLengthInfo[i].mName) { in UnsetAttrInternal()
678 lenInfo.Reset(i); in UnsetAttrInternal()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelsetbio/
H A DBioModelSet.java258 int lenInfo = specInfo.length(); in getAllSequenceBits() local
263 m.bioPolymers[ip].getPolymerSequenceAtoms(j, lenInfo, bsAtoms, in getAllSequenceBits()