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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 93 bool hasClippingLayer() const { return m_childContainmentLayer; }
94 GraphicsLayer* clippingLayer() const { return m_childContainmentLayer.get(); }
252 OwnPtr<GraphicsLayer> m_childContainmentLayer; // Only used if we have clipping on a stacking context with compositing children, or if the layer has a tile cache.
RenderLayerBacking.cpp 233 m_childContainmentLayer = nullptr;
    [all...]

Completed in 22 milliseconds