Searched refs:CustomElementMicrotaskRunQueue (Results 1 – 17 of 17) sorted by relevance
17 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskRunQueue) in DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() argument19 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()
19 class CustomElementMicrotaskRunQueue : public RefCountedWillBeGarbageCollectedFinalized<CustomEleme…20 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskRunQueue) in DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() argument22 …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;
75 class CustomElementMicrotaskRunQueue; variable958 CustomElementMicrotaskRunQueue* customElementMicrotaskRunQueue();1343 RefPtrWillBeMember<CustomElementMicrotaskRunQueue> m_customElementMicrotaskRunQueue;
860 CustomElementMicrotaskRunQueue* Document::customElementMicrotaskRunQueue() in customElementMicrotaskRunQueue()863 m_customElementMicrotaskRunQueue = CustomElementMicrotaskRunQueue::create(); in customElementMicrotaskRunQueue()
159 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp \
2249 'dom/custom/CustomElementMicrotaskRunQueue.cpp',2250 'dom/custom/CustomElementMicrotaskRunQueue.h',