Home
last modified time | relevance | path

Searched refs:hasClipPath (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.h106 …{ return hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasClipPath() || createsGro… in requiresLayer()
DRenderInline.h138 …tual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(); } in requiresLayer()
DRenderBoxModelObject.h89 …onst OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransfo… in requiresLayer()
DRenderLayerStackingNode.cpp426 || renderer()->hasClipPath() in shouldBeNormalFlowOnlyIgnoringCompositedScrolling()
DRenderLayer.cpp2019 bool hasClipPath = false; in paintLayerContents() local
2023 if (renderer()->hasClipPath() && !context->paintingDisabled() && style) { in paintLayerContents()
2026 hasClipPath = true; in paintLayerContents()
2191 if (hasClipPath) in paintLayerContents()
DRenderBox.h57 …onst OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflo… in requiresLayer()
DRenderObject.h565 bool hasClipPath() const { return style() && style()->clipPath(); } in hasClipPath() function