Home
last modified time | relevance | path

Searched refs:hasAncestorClippingLayer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h103 bool hasAncestorClippingLayer() const { return m_ancestorClippingLayer; } in hasAncestorClippingLayer() function
DCompositedLayerMapping.cpp336 bool hasAncestorClippingLayer = compositor()->clippedByAncestor(m_owningLayer); in shouldClipCompositedBounds() local
338 if (hasAncestorClippingLayer && clippingAncestorIsScrollParent) in shouldClipCompositedBounds()