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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackDispatcher.cpp 32 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
40 size_t CustomElementCallbackDispatcher::s_elementQueueStart = 0;
43 size_t CustomElementCallbackDispatcher::s_elementQueueEnd = kNumSentinels;
45 CustomElementCallbackDispatcher& CustomElementCallbackDispatcher::instance()
47 DEFINE_STATIC_LOCAL(CustomElementCallbackDispatcher, instance, ());
51 bool CustomElementCallbackDispatcher::dispatch()
63 void CustomElementCallbackDispatcher::processElementQueueAndPop()
68 void CustomElementCallbackDispatcher::processElementQueueAndPop(size_t start, size_t end)
93 void CustomElementCallbackDispatcher::enqueue(CustomElementCallbackQueue* callbackQueue
    [all...]
CustomElementCallbackDispatcher.h 42 class CustomElementCallbackDispatcher {
43 WTF_MAKE_NONCOPYABLE(CustomElementCallbackDispatcher);
45 static CustomElementCallbackDispatcher& instance();
77 CustomElementCallbackDispatcher()
CustomElementBaseElementQueue.cpp 34 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
54 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
CustomElementCallbackScheduler.h 53 friend class CustomElementCallbackDispatcher;
CustomElementCallbackScheduler.cpp 35 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
105 CustomElementCallbackDispatcher::instance().enqueue(callbackQueue);
117 CustomElementCallbackDispatcher::instance().enqueue(callbackQueue);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Microtask.cpp 35 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
50 anyWorkDone = CustomElementCallbackDispatcher::instance().dispatch();
  /external/chromium_org/third_party/WebKit/Source/web/
WebElement.cpp 37 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
90 CustomElementCallbackDispatcher::CallbackDeliveryScope deliverCustomElementCallbacks;
103 CustomElementCallbackDispatcher::CallbackDeliveryScope deliverCustomElementCallbacks;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeCustom.cpp 53 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
67 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
83 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
99 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
114 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 159 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
204 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
methods.cpp 25 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.cpp 49 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
280 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObjectPython.cpp 76 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
    [all...]
V8TestObject.cpp 68 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
603 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
610 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
632 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
639 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
661 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
668 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
690 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
697 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
719 CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 125 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp \
webcore_dom.target.darwin-mips.mk 125 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp \
webcore_dom.target.darwin-x86.mk 125 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp \
webcore_dom.target.linux-arm.mk 125 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp \
webcore_dom.target.linux-mips.mk 125 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp \
webcore_dom.target.linux-x86.mk 125 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp \
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm     [all...]

Completed in 1566 milliseconds