Searched refs:oldForAttributeValue (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)
233 if (!oldForAttributeValue.isEmpty())
234 scope.removeLabel(oldForAttributeValue, this);
H A DHTMLLabelElement.h84 void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);

Completed in 106 milliseconds