Searched refs:AttributeChangedInvocation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.cpp89 class AttributeChangedInvocation : public CustomElementCallbackInvocation { class in namespace:WebCore
91 AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
101 AttributeChangedInvocation::AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) function in class:WebCore::AttributeChangedInvocation
109 void AttributeChangedInvocation::dispatch(Element* element)
132 return adoptPtr(new AttributeChangedInvocation(callbacks, name, oldValue, newValue));

Completed in 55 milliseconds