Searched refs:ElementQueueId (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackQueue.h52 typedef int ElementQueueId; typedef in class:blink::CustomElementCallbackQueue
53 ElementQueueId owner() const { return m_owner; }
55 void setOwner(ElementQueueId newOwner)
63 bool processInElementQueue(ElementQueueId);
75 ElementQueueId m_owner;
H A DCustomElementProcessingStack.h91 static CustomElementCallbackQueue::ElementQueueId currentElementQueue() { return CustomElementCallbackQueue::ElementQueueId(s_elementQueueStart); }
H A DCustomElementCallbackQueue.cpp49 bool CustomElementCallbackQueue::processInElementQueue(ElementQueueId caller)
H A DCustomElementProcessingStack.cpp60 CustomElementCallbackQueue::ElementQueueId thisQueue = currentElementQueue();
H A DCustomElementMicrotaskDispatcher.cpp17 static const CustomElementCallbackQueue::ElementQueueId kMicrotaskQueueId = 0;

Completed in 446 milliseconds