createAttributeChangedInvocation 47 Source/core/dom/custom/CustomElementCallbackInvocation.h static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); createAttributeChangedInvocation 66 Source/core/dom/custom/CustomElementScheduler.cpp queue.append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, oldValue, newValue));