Searched refs:childLogicalBottom (Results 1 – 2 of 2) sorted by relevance
340 …LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginA… in clientLogicalBottomAfterRepositioning() local341 maxChildLogicalBottom = std::max(maxChildLogicalBottom, childLogicalBottom); in clientLogicalBottomAfterRepositioning()
3457 … LayoutUnit childLogicalBottom = logicalTopForChild(childBox) + logicalHeightForChild(childBox); in positionForPoint() local3459 … if (isChildHitTestCandidate(childBox) && (pointInLogicalContents.y() < childLogicalBottom in positionForPoint()3460 || (blocksAreFlipped && pointInLogicalContents.y() == childLogicalBottom))) in positionForPoint()