Searched refs:hasClipPath (Results 1 – 7 of 7) sorted by relevance
106 …{ return hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasClipPath() || createsGro… in requiresLayer()
138 …tual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(); } in requiresLayer()
89 …onst OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransfo… in requiresLayer()
426 || renderer()->hasClipPath() in shouldBeNormalFlowOnlyIgnoringCompositedScrolling()
2019 bool hasClipPath = false; in paintLayerContents() local2023 if (renderer()->hasClipPath() && !context->paintingDisabled() && style) { in paintLayerContents()2026 hasClipPath = true; in paintLayerContents()2191 if (hasClipPath) in paintLayerContents()
57 …onst OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflo… in requiresLayer()
565 bool hasClipPath() const { return style() && style()->clipPath(); } in hasClipPath() function