Searched refs:hasReflection (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMedia.cpp | 79 …ntainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->… in layout()
|
D | RenderObject.h | 658 void setHasReflection(bool hasReflection) { m_bitfields.setHasReflection(hasReflection); } in setHasReflection() argument 865 bool hasReflection() const { return m_bitfields.hasReflection(); } in hasReflection() function 1170 ADD_BOOLEAN_BITFIELD(hasReflection, HasReflection);
|
D | RenderVTTCue.cpp | 53 …ntainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->… in layout()
|
D | RenderEmbeddedObject.cpp | 236 …ntainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->… in layout()
|
D | RenderBoxModelObject.h | 89 …sGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->… in requiresLayer()
|
D | RenderLayerStackingNode.cpp | 417 || renderer()->hasReflection() in shouldBeNormalFlowOnlyIgnoringCompositedScrolling()
|
D | CompositedLayerMapping.cpp | 584 …serves3D = style->transformStyle3D() == TransformStyle3DPreserve3D && !renderer()->hasReflection(); in updateGraphicsLayerGeometry() 1311 …derer()->style()->transformStyle3D() == TransformStyle3DPreserve3D && !renderer()->hasReflection(); in updateSquashingLayers() 1711 || renderer->hasReflection() in updateRequiresOwnBackingStoreForIntrinsicReasons()
|
D | RenderBox.h | 57 …th() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->… in requiresLayer()
|
D | RenderDeprecatedFlexibleBox.cpp | 261 …ntainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->… in layoutBlock()
|
D | RenderView.cpp | 1100 if (o->hasColumns() || o->hasTransform() || o->hasReflection()) in shouldDisableLayoutStateForSubtree()
|
D | RenderBlockFlow.cpp | 267 …renderView, this, locationOffset(), hasColumns() || hasTransform() || hasReflection() || style()->… in layoutBlock() 1861 if (hasReflection()) in repaintOverflow()
|
D | RenderLayer.cpp | 1277 if (layer->renderer()->hasReflection()) { in expandClipRectForDescendantsAndReflection() 1742 if (renderer()->hasReflection()) { in updateReflectionInfo() 3786 || renderer()->hasReflection() in shouldBeSelfPaintingLayer()
|
D | RenderGrid.cpp | 260 …ntainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->… in layoutBlock()
|
D | RenderFlexibleBox.cpp | 236 …ntainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->… in layoutBlock()
|
D | RenderLayerCompositor.cpp | 1872 if (renderer->hasReflection()) in subtreeReasonsForCompositing()
|
D | RenderBlock.cpp | 1748 …her(view(), this, locationOffset(), hasColumns() || hasTransform() || hasReflection() || style()->… in simplifiedLayout() 2389 || hasTransform() || hasReflection() || hasMask() || isWritingModeRoot() in isSelectionRoot()
|
D | RenderBox.cpp | 2136 if (hasReflection()) in computeRectForRepaint()
|