Searched refs:oldAttrNode (Results 1 – 1 of 1) sorted by relevance
1969 RefPtr<Attr> oldAttrNode = attrIfExists(attrNode->qualifiedName()); in setAttributeNode() local1970 if (oldAttrNode.get() == attrNode) in setAttributeNode()1985 if (oldAttrNode) in setAttributeNode()1986 … detachAttrNodeFromElementWithValue(oldAttrNode.get(), elementData->attributeItem(index)->value()); in setAttributeNode()1988 …oldAttrNode = Attr::create(document(), attrNode->qualifiedName(), elementData->attributeItem(index… in setAttributeNode()1997 return oldAttrNode.release(); in setAttributeNode()