Searched refs:newLogicalLayoutOverflowRect (Results 1 – 1 of 1) sorted by relevance
368 … LayoutRect newLogicalLayoutOverflowRect = box->logicalLayoutOverflowRect(lineTop, lineBottom); in positionListMarker() local375 if (markerLogicalLeft < newLogicalLayoutOverflowRect.x()) { in positionListMarker()376 … newLogicalLayoutOverflowRect.setWidth(newLogicalLayoutOverflowRect.maxX() - markerLogicalLeft); in positionListMarker()377 newLogicalLayoutOverflowRect.setX(markerLogicalLeft); in positionListMarker()381 …box->setOverflowFromLogicalRects(newLogicalLayoutOverflowRect, newLogicalVisualOverflowRect, lineT… in positionListMarker()391 … LayoutRect newLogicalLayoutOverflowRect = box->logicalLayoutOverflowRect(lineTop, lineBottom); in positionListMarker() local397 … if (markerLogicalLeft + m_marker->logicalWidth() > newLogicalLayoutOverflowRect.maxX()) { in positionListMarker()398 …newLogicalLayoutOverflowRect.setWidth(markerLogicalLeft + m_marker->logicalWidth() - newLogicalLay… in positionListMarker()402 …box->setOverflowFromLogicalRects(newLogicalLayoutOverflowRect, newLogicalVisualOverflowRect, lineT… in positionListMarker()