HomeSort by relevance Sort by last modified time
    Searched refs:WrapperMap (Results 1 - 2 of 2) 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);

Completed in 13 milliseconds