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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.h 106 virtual bool requiresLayer() const OVERRIDE { return hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup(); }
RenderInline.h 138 virtual bool requiresLayer() const { return isInFlowPositioned() || createsGroup() || hasClipPath(); }
RenderBoxModelObject.h 88 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
RenderBox.h 52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
    [all...]
RenderObject.h 577 bool hasClipPath() const { return style() && style()->clipPath(); }
    [all...]
RenderLayer.cpp     [all...]

Completed in 38 milliseconds