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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.h44 class CustomElementCallbackInvocation { class in namespace:WebCore
45 WTF_MAKE_NONCOPYABLE(CustomElementCallbackInvocation);
47 static PassOwnPtr<CustomElementCallbackInvocation> createInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType);
48 static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
50 virtual ~CustomElementCallbackInvocation() { }
55 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) function in class:WebCore::CustomElementCallbackInvocation

Completed in 93 milliseconds