Searched refs:attributeDidChange (Results 1 – 3 of 3) sorted by relevance
66 …static void attributeDidChange(Element*, const AtomicString& name, const AtomicString& oldValue, c…
116 void CustomElement::attributeDidChange(Element* element, const AtomicString& name, const AtomicStri… in attributeDidChange() function in WebCore::CustomElement
3135 CustomElement::attributeDidChange(this, name.localName(), oldValue, newValue); in willModifyAttribute()