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

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 746 LayerMap* layerCloneMap;
758 LayerMap::const_iterator end = layerCloneMap->end();
759 for (LayerMap::const_iterator it = layerCloneMap->begin(); it != end; ++it) {
964 if (LayerMap* layerCloneMap = primaryLayerClones()) {
965 LayerMap::const_iterator end = layerCloneMap->end();
966 for (LayerMap::const_iterator it = layerCloneMap->begin(); it != end; ++it) {
    [all...]
GraphicsLayerCA.h 157 typedef HashMap<CloneID, RefPtr<PlatformCALayer> > LayerMap;
158 LayerMap* primaryLayerClones() const { return m_structuralLayer.get() ? m_structuralLayerClones.get() : m_layerClones.get(); }
159 LayerMap* animatedLayerClones(AnimatedPropertyID) const;
252 PassRefPtr<PlatformCALayer> findOrMakeClone(CloneID, PlatformCALayer *, LayerMap*, CloneLevel);
344 OwnPtr<LayerMap> m_layerClones;
345 OwnPtr<LayerMap> m_structuralLayerClones;
346 OwnPtr<LayerMap> m_contentsLayerClones;

Completed in 32 milliseconds