Searched refs:oldForAttributeValue (Results 1 – 2 of 2) sorted by relevance
3097 void Element::updateLabel(TreeScope& scope, const AtomicString& oldForAttributeValue, const AtomicS… in updateLabel() argument3104 if (oldForAttributeValue == newForAttributeValue) in updateLabel()3107 if (!oldForAttributeValue.isEmpty()) in updateLabel()3108 scope.removeLabel(oldForAttributeValue, toHTMLLabelElement(this)); in updateLabel()
617 …void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForA…