HomeSort by relevance Sort by last modified time
    Searched refs:CustomElementCallbackScheduler (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackScheduler.h 45 class CustomElementCallbackScheduler {
57 CustomElementCallbackScheduler() { }
59 static CustomElementCallbackScheduler& instance();
CustomElementCallbackScheduler.cpp 32 #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::clearElementCallbackQueueMap(
    [all...]
CustomElementCallbackDispatcher.h 40 class CustomElementCallbackScheduler;
73 friend class CustomElementCallbackScheduler;
CustomElementCallbackDispatcher.cpp 35 #include "core/dom/custom/CustomElementCallbackScheduler.h"
58 CustomElementCallbackScheduler::clearElementCallbackQueueMap();
90 CustomElementCallbackScheduler::clearElementCallbackQueueMap();
CustomElement.cpp 39 #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);
CustomElementCallbackInvocation.cpp 35 #include "core/dom/custom/CustomElementCallbackScheduler.h"
54 CustomElementCallbackScheduler::scheduleAttachedCallback(callbacks(), element);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
webcore_dom.target.darwin-mips.mk 128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
webcore_dom.target.darwin-x86.mk 128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
webcore_dom.target.linux-arm.mk 128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
webcore_dom.target.linux-mips.mk 128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \
webcore_dom.target.linux-x86.mk 128 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackScheduler.cpp \

Completed in 3556 milliseconds