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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackScheduler.cpp32 #include "core/dom/custom/CustomElementCallbackScheduler.h"
40 void CustomElementCallbackScheduler::scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
49 void CustomElementCallbackScheduler::scheduleCreatedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element)
58 void CustomElementCallbackScheduler::scheduleAttachedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element)
67 void CustomElementCallbackScheduler::scheduleDetachedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element)
76 CustomElementCallbackScheduler& CustomElementCallbackScheduler::instance()
78 DEFINE_STATIC_LOCAL(CustomElementCallbackScheduler, instance, ());
82 CustomElementCallbackQueue* CustomElementCallbackScheduler::ensureCallbackQueue(PassRefPtr<Element> element)
91 void CustomElementCallbackScheduler
[all...]
H A DCustomElementCallbackScheduler.h45 class CustomElementCallbackScheduler { class in namespace:WebCore
57 CustomElementCallbackScheduler() { } function in class:WebCore::CustomElementCallbackScheduler
59 static CustomElementCallbackScheduler& instance();
H A DCustomElementCallbackDispatcher.cpp35 #include "core/dom/custom/CustomElementCallbackScheduler.h"
58 CustomElementCallbackScheduler::clearElementCallbackQueueMap();
90 CustomElementCallbackScheduler::clearElementCallbackQueueMap();
H A DCustomElementCallbackDispatcher.h40 class CustomElementCallbackScheduler;
73 friend class CustomElementCallbackScheduler;
H A DCustomElement.cpp39 #include "core/dom/custom/CustomElementCallbackScheduler.h"
104 CustomElementCallbackScheduler::scheduleCreatedCallback(definition->callbacks(), element);
119 CustomElementCallbackScheduler::scheduleAttributeChangedCallback(definitionFor(element)->callbacks(), element, name, oldValue, newValue);
127 CustomElementCallbackScheduler::scheduleAttachedCallback(definitionFor(element)->callbacks(), element);
135 CustomElementCallbackScheduler::scheduleDetachedCallback(definitionFor(element)->callbacks(), element);
H A DCustomElementCallbackInvocation.cpp35 #include "core/dom/custom/CustomElementCallbackScheduler.h"
54 CustomElementCallbackScheduler::scheduleAttachedCallback(callbacks(), element);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
H A Dwebcore_dom.target.darwin-mips.mk128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
H A Dwebcore_dom.target.darwin-x86.mk128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
H A Dwebcore_dom.target.linux-arm.mk128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
H A Dwebcore_dom.target.linux-mips.mk128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
H A Dwebcore_dom.target.linux-x86.mk128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \

Completed in 776 milliseconds