Searched defs:DOMWrapperMap (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMMap.h139 template <class KeyType> class DOMWrapperMap : public WeakReferenceMap<KeyType, v8::Object> { class in namespace:WebCore
141 DOMWrapperMap(v8::WeakReferenceCallback callback) : WeakReferenceMap<KeyType, v8::Object>(callback) { } function in class:WebCore::DOMWrapperMap
161 void visitDOMNodesInCurrentThread(DOMWrapperMap<Node>::Visitor*);
164 DOMWrapperMap<void>& getDOMObjectMap();
165 void visitDOMObjectsInCurrentThread(DOMWrapperMap<void>::Visitor*);
168 DOMWrapperMap<void>& getActiveDOMObjectMap();
169 void visitActiveDOMObjectsInCurrentThread(DOMWrapperMap<void>::Visitor*);
176 DOMWrapperMap<SVGElementInstance>& getDOMSVGElementInstanceMap();
177 void visitSVGElementInstancesInCurrentThread(DOMWrapperMap<SVGElementInstance>::Visitor*);

Completed in 71 milliseconds