Home
last modified time | relevance | path

Searched refs:oldForAttributeValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3097 void Element::updateLabel(TreeScope& scope, const AtomicString& oldForAttributeValue, const AtomicS… in updateLabel() argument
3104 if (oldForAttributeValue == newForAttributeValue) in updateLabel()
3107 if (!oldForAttributeValue.isEmpty()) in updateLabel()
3108 scope.removeLabel(oldForAttributeValue, toHTMLLabelElement(this)); in updateLabel()
DElement.h617 …void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForA…