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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 85 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderLazyBlock.cpp 219 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderTextTrackCue.cpp 55 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderEmbeddedObject.cpp 251 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderObject.h     [all...]
RenderBoxModelObject.h 88 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
RenderLayer.h 357 bool hasReflection() const { return renderer()->hasReflection(); }
    [all...]
RenderLayerBacking.cpp 447 if (m_owningLayer->hasReflection()) {
519 bool preserves3D = style->transformStyle3D() == TransformStyle3DPreserve3D && !renderer()->hasReflection();
    [all...]
RenderBox.h 52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
    [all...]
RenderDeprecatedFlexibleBox.cpp 261 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderView.cpp     [all...]
RenderLayer.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
RenderFlexibleBox.cpp 251 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderGrid.cpp 238 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 323 milliseconds