Home
last modified time | relevance | path

Searched refs:CreatedInvocation (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementCallbackInvocation.cpp96 class CreatedInvocation : public CustomElementCallbackInvocation { class
98 CreatedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) in CreatedInvocation() function in WebCore::CreatedInvocation
108 void CreatedInvocation::dispatch(Element* element) in dispatch()
119 return adoptPtr(new CreatedInvocation(callbacks)); in createInvocation()