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

  /external/webkit/WebCore/bindings/js/
JSSVGContextCache.h 33 typedef HashMap<DOMObject*, SVGElement*> WrapperMap;
35 static WrapperMap& wrapperMap()
37 DEFINE_STATIC_LOCAL(WrapperMap, s_wrapperMap, ());
46 pair<WrapperMap::iterator, bool> result = wrapperMap().add(wrapper, context);
48 WrapperMap::iterator& it = result.first;
57 WrapperMap& map = wrapperMap();
58 WrapperMap::iterator it = map.find(wrapper)
    [all...]
JSSVGPODTypeWrapper.h 374 typedef HashMap<CacheInfo, Wrapper*, CacheInfoHash, CacheInfoTraits> WrapperMap;
376 static WrapperMap& wrapperMap()
378 DEFINE_STATIC_LOCAL(WrapperMap, s_wrapperMap, ());
385 pair<typename WrapperMap::iterator, bool> result = wrapperMap().add(info, 0);
397 wrapperMap().remove(info);
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 111 static void enumerateDOMObjectMap(DOMObjectMap& wrapperMap)
113 for (DOMObjectMap::iterator it = wrapperMap.begin(), end = wrapperMap.end(); it != end; ++it) {

Completed in 103 milliseconds