Searched refs:existingAttribute (Results 1 – 1 of 1) sorted by relevance
925 const Attribute* existingAttribute = attributeItem(index); in setAttributeInternal() local926 QualifiedName existingAttributeName = existingAttribute->name(); in setAttributeInternal()929 willModifyAttribute(existingAttributeName, existingAttribute->value(), newValue); in setAttributeInternal()931 if (newValue != existingAttribute->value()) { in setAttributeInternal()