Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderBoxModelObject

94     : RenderBoxModelObject(node)
111 RenderBoxModelObject::willBeDestroyed();
172 RenderBoxModelObject::styleWillChange(diff, newStyle);
177 // Horizontal writing mode definition is updated in RenderBoxModelObject::updateFromStyle,
178 // (as part of the RenderBoxModelObject::styleDidChange call below). So, we can safely cache the horizontal
182 RenderBoxModelObject::styleDidChange(diff, oldStyle);
265 RenderBoxModelObject::updateFromStyle();
585 RenderBoxModelObject::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect);
1320 InvalidationReason reason = RenderBoxModelObject::invalidatePaintIfNeeded(paintInvalidationState, newPaintInvalidationContainer);
1342 RenderBoxModelObject::clearPaintInvalidationState(paintInvalidationState);
1355 return RenderBoxModelObject::paintInvalidationStateIsDirty();
1611 RenderBoxModelObject::mapAbsoluteToLocalPoint(mode, transformState);
2690 LayoutUnit RenderBox::containingBlockLogicalWidthForPositioned(const RenderBoxModelObject* containingBlock, bool checkForPerpendicularWritingMode) const
2730 LayoutUnit RenderBox::containingBlockLogicalHeightForPositioned(const RenderBoxModelObject* containingBlock, bool checkForPerpendicularWritingMode) const
2770 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth)
2845 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
2933 static void computeLogicalLeftPositionedOffset(LayoutUnit& logicalLeftPos, const RenderBox* child, LayoutUnit logicalWidthValue, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth)
2954 void RenderBox::computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection,
3138 static void computeBlockStaticDistance(Length& logicalTop, Length& logicalBottom, const RenderBox* child, const RenderBoxModelObject* containerBlock)
3167 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
3244 static void computeLogicalTopPositionedOffset(LayoutUnit& logicalTopPos, const RenderBox* child, LayoutUnit logicalHeightValue, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalHeight)
3266 void RenderBox::computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock,
3406 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
3574 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
3854 InvalidationReason invalidationReason = RenderBoxModelObject::getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, newLocation);