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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.h43 class CustomElementCallbackInvocation : public CustomElementProcessingStep { class in namespace:blink
44 WTF_MAKE_NONCOPYABLE(CustomElementCallbackInvocation);
46 static PassOwnPtr<CustomElementCallbackInvocation> createInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType);
47 static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
50 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) function in class:blink::CustomElementCallbackInvocation

Completed in 176 milliseconds