Searched refs:logicalWidthForChild (Results 1 – 7 of 7) sorted by relevance
75 logicalLeft = (logicalWidth() - logicalWidthForChild(legend)) / 2; in layoutSpecialExcludedChild()78 … logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()92 LayoutUnit centeredWidth = logicalWidth() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()97 …th() - borderStart() - paddingStart() - marginStartForChild(legend) - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
299 …LayoutUnit logicalWidthForChild(const RenderBox* child) const { return isHorizontalWritingMode() ?… in logicalWidthForChild() function
2085 …setLogicalWidthForFloat(newObj.get(), logicalWidthForChild(floatBox) + marginStartForChild(floatBo… in insertFloatingObject()2246 … shapeOutside->setShapeSize(logicalWidthForChild(childBox), logicalHeightForChild(childBox)); in positionNewFloats()
735 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox)); in computeInlineDirectionPositionsForSegment()
1671 …tion() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), app… in determineLogicalLeftPositionForChild()3315 LayoutUnit childMiddle = parent->logicalWidthForChild(child) / 2; in positionForPointRespectingEditingBoundaries()
76 …tMarginBoxDelta = segments.last().logicalRight - containingBlock->logicalWidthForChild(m_renderer)… in updateDeltasForContainingBlockLine()
615 …LayoutUnit replacedLogicalWidth = m_block->logicalWidthForChild(replacedBox) + m_block->marginStar… in handleReplaced()