Home
last modified time | relevance | path

Searched refs:needsAncestorClip (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h210 bool updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip);
DCompositedLayerMapping.cpp461 bool needsAncestorClip = compositor->clippedByAncestor(m_owningLayer); in updateGraphicsLayerConfiguration() local
466 needsAncestorClip = false; in updateGraphicsLayerConfiguration()
468 if (updateClippingLayers(needsAncestorClip, needsDescendentsClippingLayer)) in updateGraphicsLayerConfiguration()
992 bool CompositedLayerMapping::updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip) in updateClippingLayers() argument
996 if (needsAncestorClip) { in updateClippingLayers()
DRenderLayer.cpp1713 const bool needsAncestorClip = compositor()->clippedByAncestor(this); in clipParent() local
1716 if ((compositingReasons() & CompositingReasonOutOfFlowClipping) && !needsAncestorClip) { in clipParent()