Searched refs:updateLabel (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 1295 updateLabel(scope, nullAtom, fastGetAttribute(forAttr)); in insertedInto() 1330 updateLabel(treeScope, fastGetAttribute(forAttr), nullAtom); in removedFrom() 2800 void Element::updateLabel(TreeScope& scope, const AtomicString& oldForAttributeValue, const AtomicS… in updateLabel() function in WebCore::Element 2825 updateLabel(scope, oldValue, newValue); in willModifyAttribute()
|
D | Element.h | 601 …void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForA…
|