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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackQueue.h 52 typedef int ElementQueueId;
53 ElementQueueId owner() const { return m_owner; }
55 void setOwner(ElementQueueId newOwner)
63 bool processInElementQueue(ElementQueueId);
75 ElementQueueId m_owner;
CustomElementCallbackDispatcher.h 95 static CustomElementCallbackQueue::ElementQueueId currentElementQueue() { return CustomElementCallbackQueue::ElementQueueId(s_elementQueueStart); }
CustomElementCallbackDispatcher.cpp 60 CustomElementCallbackQueue::ElementQueueId thisQueue = currentElementQueue();
CustomElementCallbackQueue.cpp 49 bool CustomElementCallbackQueue::processInElementQueue(ElementQueueId caller)
CustomElementMicrotaskDispatcher.cpp 18 static const CustomElementCallbackQueue::ElementQueueId kMicrotaskQueueId = 0;

Completed in 545 milliseconds