/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMedia.cpp | 79 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
|
RenderVTTCue.cpp | 53 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
|
RenderObject.h | 658 void setHasReflection(bool hasReflection) { m_bitfields.setHasReflection(hasReflection); } [all...] |
RenderEmbeddedObject.cpp | 236 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
|
RenderBoxModelObject.h | 89 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
|
RenderLayerStackingNode.cpp | 417 || renderer()->hasReflection()
|
CompositedLayerMapping.cpp | 584 bool preserves3D = style->transformStyle3D() == TransformStyle3DPreserve3D && !renderer()->hasReflection(); [all...] |
RenderBox.h | 57 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex(); } [all...] |
RenderDeprecatedFlexibleBox.cpp | 261 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode()); [all...] |
RenderBlockFlow.cpp | 267 LayoutStateMaintainer statePusher(renderView, this, locationOffset(), hasColumns() || hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode(), pageLogicalHeight, pageLogicalHeightChanged, columnInfo()); [all...] |
RenderFlexibleBox.cpp | 236 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode()); [all...] |
RenderGrid.cpp | 260 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode()); [all...] |
RenderView.cpp | [all...] |
RenderLayer.cpp | [all...] |
RenderLayerCompositor.cpp | [all...] |
RenderBlock.cpp | [all...] |
RenderBox.cpp | [all...] |