Searched refs:newForAttributeValue (Results 1 – 2 of 2) sorted by relevance
2800 …eeScope& scope, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue) in updateLabel() argument2807 if (oldForAttributeValue == newForAttributeValue) in updateLabel()2812 if (!newForAttributeValue.isEmpty()) in updateLabel()2813 scope.addLabel(newForAttributeValue, toHTMLLabelElement(this)); in updateLabel()
601 …el(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);