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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 136 GraphicsLayer* squashingLayer() const { return m_squashingLayer.get(); }
394 // + m_squashingLayer
400 // + m_squashingLayer
402 OwnPtr<GraphicsLayer> m_squashingLayer; // Only used if any squashed layers exist, this is the backing that squashed layers paint into.
CompositedLayerMapping.cpp 642 updateSquashingLayerGeometry(offsetFromCompositedAncestor, graphicsLayerParentLocation, m_owningLayer, m_squashedLayers, m_squashingLayer.get(), &m_squashingLayerOffsetFromTransformedAncestor, layersNeedingPaintInvalidation);
    [all...]

Completed in 976 milliseconds