Searched refs:CustomElementCallbackInvocation (Results 1 – 14 of 14) sorted by relevance
40 class AttachedDetachedInvocation : public CustomElementCallbackInvocation {51 : CustomElementCallbackInvocation(callbacks) in AttachedDetachedInvocation()71 class AttributeChangedInvocation : public CustomElementCallbackInvocation {84 : CustomElementCallbackInvocation(callbacks) in AttributeChangedInvocation()96 class CreatedInvocation : public CustomElementCallbackInvocation {99 : CustomElementCallbackInvocation(callbacks) in CreatedInvocation()115 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createInvocation(PassR… in createInvocation()126 return PassOwnPtr<CustomElementCallbackInvocation>(); in createInvocation()130 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createAttributeChanged… in createAttributeChangedInvocation()
43 class CustomElementCallbackInvocation : public CustomElementProcessingStep {44 WTF_MAKE_NONCOPYABLE(CustomElementCallbackInvocation);46 …static PassOwnPtr<CustomElementCallbackInvocation> createInvocation(PassRefPtr<CustomElementLifecy…47 …static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<Cus…50 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) in CustomElementCallbackInvocation() function
57 queue.append(CustomElementCallbackInvocation::createInvocation(callbacks, type)); in DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED()66 …queue.append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, ol… in scheduleAttributeChangedCallback()
150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
2169 'dom/custom/CustomElementCallbackInvocation.cpp',2170 'dom/custom/CustomElementCallbackInvocation.h',