Home
last modified time | relevance | path

Searched refs:newLogicalLayoutOverflowRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.cpp368 … LayoutRect newLogicalLayoutOverflowRect = box->logicalLayoutOverflowRect(lineTop, lineBottom); in positionListMarker() local
375 if (markerLogicalLeft < newLogicalLayoutOverflowRect.x()) { in positionListMarker()
376newLogicalLayoutOverflowRect.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() local
397 … if (markerLogicalLeft + m_marker->logicalWidth() > newLogicalLayoutOverflowRect.maxX()) { in positionListMarker()
398newLogicalLayoutOverflowRect.setWidth(markerLogicalLeft + m_marker->logicalWidth() - newLogicalLay… in positionListMarker()
402 …box->setOverflowFromLogicalRects(newLogicalLayoutOverflowRect, newLogicalVisualOverflowRect, lineT… in positionListMarker()