Searched defs:CustomElementMicrotaskDispatcher (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskDispatcher.cpp6 #include "core/dom/custom/CustomElementMicrotaskDispatcher.h"
19 CustomElementMicrotaskDispatcher::CustomElementMicrotaskDispatcher() function in class:blink::CustomElementMicrotaskDispatcher
25 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskDispatcher)
27 CustomElementMicrotaskDispatcher& CustomElementMicrotaskDispatcher::instance()
29 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<CustomElementMicrotaskDispatcher>, instance, (adoptPtrWillBeNoop(new CustomElementMicrotaskDispatcher())));
33 void CustomElementMicrotaskDispatcher::enqueue(CustomElementCallbackQueue* queue)
40 void CustomElementMicrotaskDispatcher
[all...]

Completed in 185 milliseconds