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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskDispatcher.cpp 6 #include "core/dom/custom/CustomElementMicrotaskDispatcher.h"
20 CustomElementMicrotaskDispatcher::CustomElementMicrotaskDispatcher()
27 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskDispatcher)
29 CustomElementMicrotaskDispatcher& CustomElementMicrotaskDispatcher::instance()
31 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<CustomElementMicrotaskDispatcher>, instance, (adoptPtrWillBeNoop(new CustomElementMicrotaskDispatcher())));
35 void CustomElementMicrotaskDispatcher::enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr<CustomElementMicrotaskStep> step)
41 void CustomElementMicrotaskDispatcher::enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep> (…)
    [all...]
CustomElementMicrotaskDispatcher.h 21 class CustomElementMicrotaskDispatcher FINAL : public NoBaseWillBeGarbageCollected<CustomElementMicrotaskDispatcher> {
22 WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskDispatcher);
23 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskDispatcher);
25 static CustomElementMicrotaskDispatcher& instance();
44 CustomElementMicrotaskDispatcher();
CustomElementScheduler.cpp 39 #include "core/dom/custom/CustomElementMicrotaskDispatcher.h"
78 CustomElementMicrotaskDispatcher::instance().enqueue(loader, step.release());
90 CustomElementMicrotaskDispatcher::instance().enqueue(import->parent()->loader(), step.release(), import->isSync());
110 if (CustomElementMicrotaskDispatcher::instance().elementQueueIsEmpty())
146 CustomElementMicrotaskDispatcher::instance().enqueue(&callbackQueue);
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportChild.cpp 36 #include "core/dom/custom/CustomElementMicrotaskDispatcher.h"
96 CustomElementMicrotaskDispatcher::instance().importDidFinish(m_customElementMicrotaskStep.get());
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.darwin-arm64.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.darwin-mips.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.darwin-x86.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.darwin-x86_64.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.linux-arm.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.linux-arm64.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.linux-mips.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.linux-x86.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \
webcore_dom.target.linux-x86_64.mk 154 third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp \

Completed in 5858 milliseconds