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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementScheduler.cpp53 typedef WillBeHeapHashMap<RawPtrWillBeMember<Element>, OwnPtrWillBeMember<CustomElementCallbackQueue> > ElementCallbackQueueMap; typedef in namespace:blink
55 static ElementCallbackQueueMap& callbackQueues()
57 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<ElementCallbackQueueMap>, map, (adoptPtrWillBeNoop(new ElementCallbackQueueMap())));
63 ElementCallbackQueueMap::ValueType* it = callbackQueues().add(element.get(), nullptr).storedValue;

Completed in 139 milliseconds