Home
last modified time | relevance | path

Searched refs:currentElementQueue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementCallbackDispatcher.cpp71 ElementQueue thisQueue = currentElementQueue(); in processElementQueueAndPop()
95 if (callbackQueue->owner() == currentElementQueue()) in enqueue()
98 callbackQueue->setOwner(currentElementQueue()); in enqueue()
DCustomElementCallbackDispatcher.h102 static ElementQueue currentElementQueue() { return ElementQueue(s_elementQueueStart); } in currentElementQueue() function