Home
last modified time | relevance | path

Searched refs:CustomElementCallbackInvocation (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementCallbackInvocation.cpp40 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()
DCustomElementCallbackInvocation.h43 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
DCustomElementScheduler.cpp57 queue.append(CustomElementCallbackInvocation::createInvocation(callbacks, type)); in DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED()
66 …queue.append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, ol… in scheduleAttributeChangedCallback()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.darwin-arm.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.darwin-arm64.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.linux-mips.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.linux-arm.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.linux-x86_64.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.darwin-x86_64.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.linux-arm64.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.linux-x86.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dwebcore_dom.target.darwin-mips.mk150 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
Dcore.gypi2169 'dom/custom/CustomElementCallbackInvocation.cpp',
2170 'dom/custom/CustomElementCallbackInvocation.h',