Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionTop

1123     LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
1631 LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight());