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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 97 bool hasAncestorClippingLayer() const { return m_ancestorClippingLayer != 0; }
98 GraphicsLayer* ancestorClippingLayer() const { return m_ancestorClippingLayer.get(); }
248 OwnPtr<GraphicsLayer> m_ancestorClippingLayer; // Only used if we are clipped by an ancestor which is not a stacking context.
RenderLayerBacking.cpp 229 m_ancestorClippingLayer = nullptr;
557 if (compAncestor && m_ancestorClippingLayer) {
564 m_ancestorClippingLayer->setPosition(FloatPoint(parentClipRect.location() - graphicsLayerParentLocation));
565 m_ancestorClippingLayer->setSize(parentClipRect.size());
568 m_ancestorClippingLayer->setOffsetFromRenderer(parentClipRect.location() - delta);
765 if (m_ancestorClippingLayer)
766 m_ancestorClippingLayer->removeAllChildren();
    [all...]

Completed in 27 milliseconds