Searched defs:AttachedDetachedInvocation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.cpp58 class AttachedDetachedInvocation : public CustomElementCallbackInvocation { class in namespace:WebCore
60 AttachedDetachedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType which);
68 AttachedDetachedInvocation::AttachedDetachedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which) function in class:WebCore::AttachedDetachedInvocation
75 void AttachedDetachedInvocation::dispatch(Element* element)
122 return adoptPtr(new AttachedDetachedInvocation(callbacks, which));

Completed in 97 milliseconds