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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingReasonFinder.cpp 115 if (renderer->hasReflection())
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 699 void setHasReflection(bool hasReflection) { m_bitfields.setHasReflection(hasReflection); }
    [all...]
RenderLayer.h 282 bool shouldPreserve3D() const { return !renderer()->hasReflection() && renderer()->style()->transformStyle3D() == TransformStyle3DPreserve3D; }
    [all...]
RenderBox.h 78 if (isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || style()->shouldCompositeForCurrentAnimations())
    [all...]
RenderLayer.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 969 milliseconds