Searched refs:CreatedInvocation (Results 1 – 1 of 1) sorted by relevance
96 class CreatedInvocation : public CustomElementCallbackInvocation { class98 CreatedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) in CreatedInvocation() function in WebCore::CreatedInvocation108 void CreatedInvocation::dispatch(Element* element) in dispatch()119 return adoptPtr(new CreatedInvocation(callbacks)); in createInvocation()