Searched refs:oldAttrNode (Results 1 – 1 of 1) sorted by relevance
1809 RefPtrWillBeRawPtr<Attr> oldAttrNode = attrIfExists(attrNode->qualifiedName()); in setAttributeNode() local1810 if (oldAttrNode.get() == attrNode) in setAttributeNode()1836 if (oldAttrNode) { in setAttributeNode()1837 detachAttrNodeFromElementWithValue(oldAttrNode.get(), attr.value()); in setAttributeNode()1843 oldAttrNode = Attr::create(document(), attrNode->qualifiedName(), attr.value()); in setAttributeNode()1853 return oldAttrNode.release(); in setAttributeNode()