Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionBottom

610 void InlineFlowBox::placeBoxesInBlockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, LayoutUnit& selectionBottom, bool& setLineTop,
714 selectionBottom = std::max(selectionBottom, newLogicalTop + boxHeight - borderPaddingHeight);
722 inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBottom, selectionBottom, setLineTop,
736 selectionBottom = std::max<LayoutUnit>(selectionBottom, pixelSnappedLogicalBottom());