Home | History | Annotate | Download | only in rendering

Lines Matching defs:selHeight

2628         LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock();
2635 LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight);
2640 result.unite(curr->lineSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, paintInfo));