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