AttributeChangedInvocation   72 Source/core/dom/custom/CustomElementCallbackInvocation.cpp     AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
AttributeChangedInvocation   82 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AttributeChangedInvocation::AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
AttributeChangedInvocation   90 Source/core/dom/custom/CustomElementCallbackInvocation.cpp void AttributeChangedInvocation::dispatch(Element* element)
AttributeChangedInvocation  131 Source/core/dom/custom/CustomElementCallbackInvocation.cpp     return adoptPtr(new AttributeChangedInvocation(callbacks, name, oldValue, newValue));