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

  /external/webkit/WebCore/rendering/
RenderBoxModelObject.h 62 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection(); }
RenderTableCell.h 122 virtual bool requiresLayer() const { return isPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection(); }
RenderLayer.h 207 bool hasReflection() const { return renderer()->hasReflection(); }
RenderLayerBacking.cpp 203 if (m_owningLayer->hasReflection()) {
247 m_graphicsLayer->setPreserves3D(style->transformStyle3D() == TransformStyle3DPreserve3D && !renderer()->hasReflection());
    [all...]
RenderView.cpp 698 if (o->hasColumns() || o->hasTransform() || o->hasReflection())
RenderLayer.cpp 744 if (isTransparent() || hasReflection() || hasTransform())
793 if (l->renderer()->hasReflection()) {
    [all...]
RenderFlexibleBox.cpp 217 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection());
    [all...]
RenderLayerCompositor.cpp     [all...]
RenderObject.h 653 bool hasReflection() const { return m_hasReflection; }
    [all...]
RenderBlock.cpp 687 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasColumns() || hasTransform() || hasReflection());
    [all...]
RenderBox.cpp     [all...]

Completed in 163 milliseconds