Searched refs:newForAttributeValue (Results 1 – 2 of 2) sorted by relevance
3097 …eeScope& scope, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue) in updateLabel() argument3104 if (oldForAttributeValue == newForAttributeValue) in updateLabel()3109 if (!newForAttributeValue.isEmpty()) in updateLabel()3110 scope.addLabel(newForAttributeValue, toHTMLLabelElement(this)); in updateLabel()
617 …el(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);