Searched refs:newAttr (Results 1 – 9 of 9) sorted by relevance
104 XmlAttr * newAttr = NULL; in XmlElement() local106 newAttr = new XmlAttr(*pAttr); in XmlElement()107 *ppLastAttr = newAttr; in XmlElement()108 ppLastAttr = &(newAttr->pNextAttr_); in XmlElement()110 pLastAttr_ = newAttr; in XmlElement()
95 XmlAttr* newAttr = NULL; in XmlElement() local97 newAttr = new XmlAttr(*attr); in XmlElement()98 *plast_attr = newAttr; in XmlElement()99 plast_attr = &(newAttr->next_attr_); in XmlElement()101 last_attr_ = newAttr; in XmlElement()
674 void add(AttributeList *newAttr) { in add() argument675 assert(newAttr); in add()676 assert(newAttr->getNext() == 0); in add()677 newAttr->setNext(list); in add()678 list = newAttr; in add()
33 …r setAttributeNode([Default=Undefined, StrictTypeChecking] optional Attr newAttr); // Removed from…48 …setAttributeNodeNS([Default=Undefined, StrictTypeChecking] optional Attr newAttr); // Removed from…
307 public Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() argument443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() argument
1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() argument1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() argument
1603 newAttr = self.CHARSET_RE.sub(rewrite, contentType)1605 newAttr)
2336 clang::Attr *newAttr; in handleVisibilityAttr() local2338 newAttr = S.mergeTypeVisibilityAttr(D, Attr.getRange(), in handleVisibilityAttr()2342 newAttr = S.mergeVisibilityAttr(D, Attr.getRange(), type, Index); in handleVisibilityAttr()2344 if (newAttr) in handleVisibilityAttr()2345 D->addAttr(newAttr); in handleVisibilityAttr()
2186 InheritableAttr *newAttr = in mergeParamDeclAttributes() local2188 newAttr->setInherited(true); in mergeParamDeclAttributes()2189 newDecl->addAttr(newAttr); in mergeParamDeclAttributes()