Home
last modified time | relevance | path

Searched refs:protoattr (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/prototype/
H A DPrototypeDocumentContentSink.cpp1120 nsXULPrototypeAttribute* protoattr = &(aPrototype->mAttributes[i]); in AddAttributes() local
1122 protoattr->mValue.ToString(valueStr); in AddAttributes()
1124 rv = aElement->SetAttr(protoattr->mName.NamespaceID(), in AddAttributes()
1125 protoattr->mName.LocalName(), in AddAttributes()
1126 protoattr->mName.GetPrefix(), valueStr, false); in AddAttributes()
/dports/www/firefox/firefox-99.0/dom/prototype/
H A DPrototypeDocumentContentSink.cpp1121 nsXULPrototypeAttribute* protoattr = &(aPrototype->mAttributes[i]); in AddAttributes() local
1123 protoattr->mValue.ToString(valueStr); in AddAttributes()
1125 rv = aElement->SetAttr(protoattr->mName.NamespaceID(), in AddAttributes()
1126 protoattr->mName.LocalName(), in AddAttributes()
1127 protoattr->mName.GetPrefix(), valueStr, false); in AddAttributes()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/prototype/
H A DPrototypeDocumentContentSink.cpp1120 nsXULPrototypeAttribute* protoattr = &(aPrototype->mAttributes[i]); in AddAttributes() local
1122 protoattr->mValue.ToString(valueStr); in AddAttributes()
1124 rv = aElement->SetAttr(protoattr->mName.NamespaceID(), in AddAttributes()
1125 protoattr->mName.LocalName(), in AddAttributes()
1126 protoattr->mName.GetPrefix(), valueStr, false); in AddAttributes()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/prototype/
H A DPrototypeDocumentContentSink.cpp1058 nsXULPrototypeAttribute* protoattr = &(aPrototype->mAttributes[i]); in AddAttributes() local
1060 protoattr->mValue.ToString(valueStr); in AddAttributes()
1062 rv = aElement->SetAttr(protoattr->mName.NamespaceID(), in AddAttributes()
1063 protoattr->mName.LocalName(), in AddAttributes()
1064 protoattr->mName.GetPrefix(), valueStr, false); in AddAttributes()
/dports/www/firefox-esr/firefox-91.8.0/dom/xul/
H A DnsXULElement.cpp1129 nsXULPrototypeAttribute* protoattr = &aPrototype->mAttributes[i]; in MakeHeavyweight() local
1133 if (protoattr->mValue.Type() == nsAttrValue::eCSSDeclaration) { in MakeHeavyweight()
1134 DeclarationBlock* decl = protoattr->mValue.GetCSSDeclarationValue(); in MakeHeavyweight()
1138 protoattr->mValue.ToString(stringValue); in MakeHeavyweight()
1142 attrValue.SetTo(protoattr->mValue); in MakeHeavyweight()
1147 if (protoattr->mName.IsAtom()) { in MakeHeavyweight()
1148 rv = mAttrs.SetAndSwapAttr(protoattr->mName.Atom(), attrValue, in MakeHeavyweight()
1151 rv = mAttrs.SetAndSwapAttr(protoattr->mName.NodeInfo(), attrValue, in MakeHeavyweight()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xul/
H A DnsXULElement.cpp1102 nsXULPrototypeAttribute* protoattr = &aPrototype->mAttributes[i]; in MakeHeavyweight() local
1106 if (protoattr->mValue.Type() == nsAttrValue::eCSSDeclaration) { in MakeHeavyweight()
1107 DeclarationBlock* decl = protoattr->mValue.GetCSSDeclarationValue(); in MakeHeavyweight()
1111 protoattr->mValue.ToString(stringValue); in MakeHeavyweight()
1115 attrValue.SetTo(protoattr->mValue); in MakeHeavyweight()
1120 if (protoattr->mName.IsAtom()) { in MakeHeavyweight()
1121 rv = mAttrs.SetAndSwapAttr(protoattr->mName.Atom(), attrValue, in MakeHeavyweight()
1124 rv = mAttrs.SetAndSwapAttr(protoattr->mName.NodeInfo(), attrValue, in MakeHeavyweight()
/dports/www/firefox/firefox-99.0/dom/xul/
H A DnsXULElement.cpp1128 nsXULPrototypeAttribute* protoattr = &aPrototype->mAttributes[i]; in MakeHeavyweight() local
1132 if (protoattr->mValue.Type() == nsAttrValue::eCSSDeclaration) { in MakeHeavyweight()
1133 DeclarationBlock* decl = protoattr->mValue.GetCSSDeclarationValue(); in MakeHeavyweight()
1137 protoattr->mValue.ToString(stringValue); in MakeHeavyweight()
1141 attrValue.SetTo(protoattr->mValue); in MakeHeavyweight()
1146 if (protoattr->mName.IsAtom()) { in MakeHeavyweight()
1147 rv = mAttrs.SetAndSwapAttr(protoattr->mName.Atom(), attrValue, in MakeHeavyweight()
1150 rv = mAttrs.SetAndSwapAttr(protoattr->mName.NodeInfo(), attrValue, in MakeHeavyweight()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xul/
H A DnsXULElement.cpp1129 nsXULPrototypeAttribute* protoattr = &aPrototype->mAttributes[i]; in MakeHeavyweight() local
1133 if (protoattr->mValue.Type() == nsAttrValue::eCSSDeclaration) { in MakeHeavyweight()
1134 DeclarationBlock* decl = protoattr->mValue.GetCSSDeclarationValue(); in MakeHeavyweight()
1138 protoattr->mValue.ToString(stringValue); in MakeHeavyweight()
1142 attrValue.SetTo(protoattr->mValue); in MakeHeavyweight()
1147 if (protoattr->mName.IsAtom()) { in MakeHeavyweight()
1148 rv = mAttrs.SetAndSwapAttr(protoattr->mName.Atom(), attrValue, in MakeHeavyweight()
1151 rv = mAttrs.SetAndSwapAttr(protoattr->mName.NodeInfo(), attrValue, in MakeHeavyweight()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xul/
H A DnsXULElement.cpp1629 nsXULPrototypeAttribute* protoattr = &aPrototype->mAttributes[i]; in MakeHeavyweight() local
1633 if (protoattr->mValue.Type() == nsAttrValue::eCSSDeclaration) { in MakeHeavyweight()
1634 DeclarationBlock* decl = protoattr->mValue.GetCSSDeclarationValue(); in MakeHeavyweight()
1638 protoattr->mValue.ToString(stringValue); in MakeHeavyweight()
1642 attrValue.SetTo(protoattr->mValue); in MakeHeavyweight()
1647 if (protoattr->mName.IsAtom()) { in MakeHeavyweight()
1648 rv = mAttrsAndChildren.SetAndSwapAttr(protoattr->mName.Atom(), attrValue, in MakeHeavyweight()
1651 rv = mAttrsAndChildren.SetAndSwapAttr(protoattr->mName.NodeInfo(), in MakeHeavyweight()
H A DXULDocument.cpp3020 nsXULPrototypeAttribute* protoattr = &(aPrototype->mAttributes[i]); in AddAttributes() local
3022 protoattr->mValue.ToString(valueStr); in AddAttributes()
3024 rv = aElement->SetAttr(protoattr->mName.NamespaceID(), in AddAttributes()
3025 protoattr->mName.LocalName(), in AddAttributes()
3026 protoattr->mName.GetPrefix(), valueStr, false); in AddAttributes()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/
H A DnsXULElement.cpp1898 nsXULPrototypeAttribute* protoattr = &aPrototype->mAttributes[i]; in MakeHeavyweight() local
1902 if (protoattr->mValue.Type() == nsAttrValue::eCSSDeclaration) { in MakeHeavyweight()
1903 DeclarationBlock* decl = protoattr->mValue.GetCSSDeclarationValue(); in MakeHeavyweight()
1908 protoattr->mValue.ToString(stringValue); in MakeHeavyweight()
1912 attrValue.SetTo(protoattr->mValue); in MakeHeavyweight()
1916 if (protoattr->mName.IsAtom()) { in MakeHeavyweight()
1917 rv = mAttrsAndChildren.SetAndSwapAttr(protoattr->mName.Atom(), attrValue); in MakeHeavyweight()
1919 rv = mAttrsAndChildren.SetAndSwapAttr(protoattr->mName.NodeInfo(), in MakeHeavyweight()
H A DXULDocument.cpp3610 nsXULPrototypeAttribute* protoattr = &(aPrototype->mAttributes[i]); in AddAttributes() local
3612 protoattr->mValue.ToString(valueStr); in AddAttributes()
3614 rv = aElement->SetAttr(protoattr->mName.NamespaceID(), in AddAttributes()
3615 protoattr->mName.LocalName(), in AddAttributes()
3616 protoattr->mName.GetPrefix(), in AddAttributes()