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

  /external/webkit/Source/WebCore/rendering/
RenderMedia.cpp 75 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderBoxModelObject.h 66 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns() || style()->hasFixedBackgroundImage(); }
68 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns(); }
RenderLayer.h 201 bool hasReflection() const { return renderer()->hasReflection(); }
    [all...]
RenderLayerBacking.cpp 279 if (m_owningLayer->hasReflection()) {
344 m_graphicsLayer->setPreserves3D(style->transformStyle3D() == TransformStyle3DPreserve3D && !renderer()->hasReflection());
    [all...]
RenderLayer.cpp 893 if (isTransparent() || hasReflection() || hasTransform())
    [all...]
RenderFlexibleBox.cpp 215 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderObject.h 666 bool hasReflection() const { return m_hasReflection; }
    [all...]
RenderView.cpp 737 if (o->hasColumns() || o->hasTransform() || o->hasReflection())
RenderBlock.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 478 milliseconds