HomeSort by relevance Sort by last modified time
    Searched refs:hasClipPath (Results 1 - 7 of 7) 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 89 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
RenderLayerStackingNode.cpp 426 || renderer()->hasClipPath()
RenderBox.h 57 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex(); }
    [all...]
RenderLayer.cpp     [all...]
RenderObject.h 565 bool hasClipPath() const { return style() && style()->clipPath(); }
    [all...]

Completed in 501 milliseconds