Searched refs:newForAttributeValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLabelElement.cpp225 void HTMLLabelElement::updateLabel(TreeScope& scope, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue) argument
230 if (oldForAttributeValue == newForAttributeValue)
235 if (!newForAttributeValue.isEmpty())
236 scope.addLabel(newForAttributeValue, this);
H A DHTMLLabelElement.h84 void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);

Completed in 243 milliseconds