Searched refs:newLogicalLayoutOverflowRect (Results 1 – 1 of 1) sorted by relevance
279 … IntRect newLogicalLayoutOverflowRect = box->logicalLayoutOverflowRect(lineTop, lineBottom); in positionListMarker() local286 if (markerLogicalLeft < newLogicalLayoutOverflowRect.x()) { in positionListMarker()287 … newLogicalLayoutOverflowRect.setWidth(newLogicalLayoutOverflowRect.maxX() - markerLogicalLeft); in positionListMarker()288 newLogicalLayoutOverflowRect.setX(markerLogicalLeft); in positionListMarker()292 …box->setOverflowFromLogicalRects(newLogicalLayoutOverflowRect, newLogicalVisualOverflowRect, lineT… in positionListMarker()303 … IntRect newLogicalLayoutOverflowRect = box->logicalLayoutOverflowRect(lineTop, lineBottom); in positionListMarker() local309 … if (markerLogicalLeft + m_marker->logicalWidth() > newLogicalLayoutOverflowRect.maxX()) { in positionListMarker()310 …newLogicalLayoutOverflowRect.setWidth(markerLogicalLeft + m_marker->logicalWidth() - newLogicalLay… in positionListMarker()314 …box->setOverflowFromLogicalRects(newLogicalLayoutOverflowRect, newLogicalVisualOverflowRect, lineT… in positionListMarker()