Home
last modified time | relevance | path

Searched refs:CustomElementMicrotaskRunQueue (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementMicrotaskRunQueue.cpp17 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskRunQueue) in DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() argument
19 CustomElementMicrotaskRunQueue::CustomElementMicrotaskRunQueue() in DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED()
27 void CustomElementMicrotaskRunQueue::enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr… in enqueue()
41 void CustomElementMicrotaskRunQueue::dispatchIfAlive(WeakPtr<CustomElementMicrotaskRunQueue> self) in dispatchIfAlive()
47 void CustomElementMicrotaskRunQueue::requestDispatchIfNeeded() in requestDispatchIfNeeded()
51 …Microtask::enqueueMicrotask(WTF::bind(&CustomElementMicrotaskRunQueue::dispatchIfAlive, m_weakFact… in requestDispatchIfNeeded()
55 void CustomElementMicrotaskRunQueue::trace(Visitor* visitor) in trace()
61 void CustomElementMicrotaskRunQueue::dispatch() in dispatch()
69 bool CustomElementMicrotaskRunQueue::isEmpty() const in isEmpty()
75 void CustomElementMicrotaskRunQueue::show(unsigned indent) in show()
DCustomElementMicrotaskRunQueue.h19 class CustomElementMicrotaskRunQueue : public RefCountedWillBeGarbageCollectedFinalized<CustomEleme…
20 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskRunQueue) in DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() argument
22 …c PassRefPtrWillBeRawPtr<CustomElementMicrotaskRunQueue> create() { return adoptRefWillBeNoop(new in DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED()
35 static void dispatchIfAlive(WeakPtr<CustomElementMicrotaskRunQueue> self);
37 CustomElementMicrotaskRunQueue();
41 WeakPtrFactory<CustomElementMicrotaskRunQueue> m_weakFactory;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h75 class CustomElementMicrotaskRunQueue; variable
958 CustomElementMicrotaskRunQueue* customElementMicrotaskRunQueue();
1343 RefPtrWillBeMember<CustomElementMicrotaskRunQueue> m_customElementMicrotaskRunQueue;
DDocument.cpp860 CustomElementMicrotaskRunQueue* Document::customElementMicrotaskRunQueue() in customElementMicrotaskRunQueue()
863 m_customElementMicrotaskRunQueue = CustomElementMicrotaskRunQueue::create(); in customElementMicrotaskRunQueue()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.linux-x86.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.darwin-arm64.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.linux-arm64.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.linux-mips.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.darwin-mips.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.darwin-mips64.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.linux-mips64.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.darwin-x86_64.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.linux-x86_64.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.linux-arm.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dwebcore_dom.target.darwin-arm.mk159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
Dcore.gypi2249 'dom/custom/CustomElementMicrotaskRunQueue.cpp',
2250 'dom/custom/CustomElementMicrotaskRunQueue.h',