Searched refs:AttachedDetachedInvocation (Results 1 – 1 of 1) sorted by relevance
40 class AttachedDetachedInvocation : public CustomElementCallbackInvocation { class42 …AttachedDetachedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCall…50 AttachedDetachedInvocation::AttachedDetachedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> … in AttachedDetachedInvocation() function in WebCore::AttachedDetachedInvocation57 void AttachedDetachedInvocation::dispatch(Element* element) in dispatch()123 return adoptPtr(new AttachedDetachedInvocation(callbacks, which)); in createInvocation()