Home
last modified time | relevance | path

Searched refs:CustomElementMicrotaskQueueBase (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementMicrotaskQueueBase.h19 class CustomElementMicrotaskQueueBase : public RefCountedWillBeGarbageCollectedFinalized<CustomElem…
20 WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskQueueBase);
22 virtual ~CustomElementMicrotaskQueueBase() { } in ~CustomElementMicrotaskQueueBase()
34 CustomElementMicrotaskQueueBase() : m_inDispatch(false) { } in CustomElementMicrotaskQueueBase() function
DCustomElementMicrotaskQueueBase.cpp12 void CustomElementMicrotaskQueueBase::dispatch() in dispatch()
20 void CustomElementMicrotaskQueueBase::trace(Visitor* visitor) in trace()
26 void CustomElementMicrotaskQueueBase::show(unsigned indent) in show()
DCustomElementSyncMicrotaskQueue.h12 class CustomElementSyncMicrotaskQueue : public CustomElementMicrotaskQueueBase {
DCustomElementAsyncImportMicrotaskQueue.h40 class CustomElementAsyncImportMicrotaskQueue : public CustomElementMicrotaskQueueBase {
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.darwin-arm.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.darwin-arm64.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.linux-mips.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.linux-arm.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.linux-x86_64.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.darwin-x86_64.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.linux-arm64.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.linux-x86.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dwebcore_dom.target.darwin-mips.mk156 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp \
Dcore.gypi2184 'dom/custom/CustomElementMicrotaskQueueBase.cpp',
2185 'dom/custom/CustomElementMicrotaskQueueBase.h',